Building the apk using the ant script .

前端 未结 3 601
隐瞒了意图╮
隐瞒了意图╮ 2021-01-06 13:51

I am facing problem in creating the .apk file using the ant script . The generated .apk named as _unaligned.apk instead of .apk and on installing the _unaligned.apk file to

3条回答
  •  青春惊慌失措
    2021-01-06 14:23

    this Bloq entry explains all necessary steps. Especially if you want to customize your build script.

    If your are looking for the actual build script, just look into your Android SDK folder platforms/android-X/templates. There should be a file called android_rules.xml.

    I customized my build script to clean, build, sign and distributing the apk to an attached device. If you like, I can provide you with my script. Just contact me!

提交回复
热议问题