Reputation: 614
Please help me resolve a problem. I need to create a ant script which to build two apk with 2 packages name. The second apk'pakage need be renamed.Then rebuild use build.xml in sdk android. But this file is rather complicated. Im tried hard but it had no effect. Please tell me what I should do.
Upvotes: 0
Views: 162
Reputation: 15774
Although not impossible, it will be quite some effort to achieve this because:
manifest.file
and manifest.abs.file
which refers to the first). You should be careful to modify this as any change in the build.xml in the future by Android team can break your build.R
).Upvotes: 1