How to compile an Android app with aapt2 without using any build tools?

前端 未结 2 842
感动是毒
感动是毒 2020-12-21 20:09

I\'m trying to compile an Android application I just created in Kotlin on Android Studio, without using Gradle or any other build tools. My intention is to speed up compilin

2条回答
  •  既然无缘
    2020-12-21 20:51

    Use the below link for reference of using aapt/appt2 for compiling java app, so that you can make one for compiling kotlin on your own.

    https://github.com/HemanthJabalpuri/AndroidExplorer

提交回复
热议问题