[android-developers] Re: how to compile a helloworld in AOSP- Entire android source code..!! Couldnt see apk generated.

2010-09-14 Thread Binggrae
and add .jar if you want to use other APIs not included in android.jar If not, I can't help you.. I don't know the way... Good luck.. Binggrae. On Sep 14, 12:03 pm, mani smanikanda...@gmail.com wrote: I gotta one more question if you could assist me with that. I couldnot find where resource

[android-developers] Re: how to compile a helloworld in AOSP- Entire android source code..!! Couldnt see apk generated.

2010-09-13 Thread Binggrae
I am happy to hear that you generated .apk 1. If you want to generate .apk for other variants you may write the following line in your Android.mk LOCAL_MODULE_TAGS := user --- For reference : This variable

[android-developers] Re: how to compile a helloworld in AOSP- Entire android source code..!! Couldnt see apk generated.

2010-09-13 Thread Binggrae
For your additional information. All packages included in system.img are written on build/target/product/generic.mk I'm not sure.. but You may modify generic.mk for inserting your apk into your emulator automatically when building totally. -- You received this message because you are

[android-developers] Re: how to compile a helloworld in AOSP- Entire android source code..!! Couldnt see apk generated.

2010-09-12 Thread Binggrae
I think it' s not good to refer Launcher2's Android.mk see here http://source.android.com/porting/build_cookbook.html The following is a very simple example. You just need to change LocalPackage to Helloworld you want to create as APK's name. Building a simple APK

[android-developers] Re: How do I write Android.mk for an application using com.google.android.maps.jar

2010-09-12 Thread Binggrae
$(BUILD_PREBUILT) Take this as a starting point only as this is not complete. Good luck ! Frank On 27 Aug., 02:56, Binggrae bangg...@gmail.com wrote: Hi I am developing an application using com.google.android.maps.jar It is OK to develop it with Eclipse SDK. but an build-error happens

[android-developers] Re: how to compile a helloworld in AOSP- Entire android source code..!! Couldnt see apk generated.

2010-09-12 Thread Binggrae
Sorry it' not helpful.. I'm not sure the following is helpful but recommend try it (Maybe you've tried it already) ~/froyo$ source build/envsetup.sh including device/htc/dream/vendorsetup.sh including device/htc/passion/vendorsetup.sh including device/htc/sapphire/vendorsetup.sh ~/froyo$

[android-developers] Re: How do I write Android.mk for an application using com.google.android.maps.jar

2010-09-08 Thread Binggrae
Thank you. No one has answered. On Aug 27, 9:56 am, Binggrae bangg...@gmail.com wrote: Hi I am developing an application using com.google.android.maps.jar It is OK to develop it with Eclipse SDK. but an build-error happens when building system.img with GMS licence

[android-developers] How do I write Android.mk for an application using com.google.android.maps.jar

2010-08-30 Thread Binggrae
Hi I am developing an application using com.google.android.maps.jar It is OK to develop it with Eclipse SDK. but an build-error happens when building system.img with GMS licence (com.google.android.maps.jar is already installed at out/target/common/