Class files and JAR files are generated under
out/{debug}/target/product/common/obj and out/host/common/obj.classes-jarjar.jar is usually the JAR file before it is passed into 'dx' to dexify the file. You should be able to extract the .class files from that if nothing else. Cheers, Nigel On Fri, Oct 21, 2011 at 4:27 AM, Ying Wang <[email protected]> wrote: > There are some documents, though they may not be up to date: > > http://www.netmite.com/android/mydroid/development/pdk/docs/build_system.html > http://www.kandroid.org/online-pdk/guide/build_cookbook.html > In your source tree: > build/core/build-system.html > And best of all the source code itself in build/. > > On Thu, Oct 20, 2011 at 8:45 AM, neeloor2004 <[email protected]>wrote: > >> Hi >> I am not very familiar with Android source build system, even though >> I built the full source code and I am not fully understood the build >> process. >> >> Example :- /../gingerbread/packages has java files but after building >> it no class files are created ! on the other hand /.../gingerbread/ >> frameworks/base/core/java also got java files and class files are >> generated !. Where is all these configured ? >> >> Could someone explain (Or share some docs) which will clarify build >> process >> >> Many Thank >> Neel >> >> -- >> unsubscribe: [email protected] >> website: http://groups.google.com/group/android-porting >> > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
