While building Android SDK, my apps reside under /packages/myapp. I am able to build this app as part of the SDK by adding an entry into sdk.mk file.
How do I move myapp outide SDK folder and still be able to build the SDK with myapp? Eg: I want to move myapp to /home/myapp and even then make this module as part of the SDK build. PS: I tried creating symbolic link under /packages/ to refer to /home/myapp. I donot get any compilation issues but the app is not included as part of the SDK. -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

