Does anybody know sources in internet where described how to build an android application using it’s native components such as aapt, aidl, dex, apkbuilder, etc.? Because in this link there is only description of how to build an application using ant tool.
Does anybody know sources in internet where described how to build an android application
Share
Ant uses the native tools. There are very few guides available on how to actually run the aapt/aidl/dex/etc tools at a command prompt, and in general Ant performs all the tasks you’d like here. Is there a specific reason you don’t want to use Ant?