Is there any way to set "default" R package generation? By default it is compiled on AndroidManifest.xml's package property.
Is there any way to tell Eclipse plugin to use -J package.name
option with aapt
command?
I want to do this with ant but I have problems with library dependances like it is mentioned here
Regards
Because I have problems with buildin ant script for creating apk (library dependances does not work) I want to do workaround. I prepared two manifest files both are almost the same except some permissions and package. Now if I generate apk from Eclipse with first manifest it works fine (cont.) – zmeda Apr 21 '11 at 08:48