Tuesday, October 9, 2012

Adding your application in android source code



1. Paste your project in "Packages/apps/" folder
2. Add Android.mk file in your project (you can refer the other app make file)
3. have to add your project name in  generic_no_telephony.mk & large_emu_hw.mk file (available in build/target/product/)

thats all . build the source code and launch the emulator ,you can see your application in Emulator

No comments:

Post a Comment