AndroidIDEOfficial / AndroidIDE

AndroidIDE is an IDE for Android to develop full featured Android apps.
https://m.androidide.com
GNU General Public License v3.0
2.38k stars 312 forks source link

[FEATURE]: Add new version of aapt2:7.2.1 #200

Closed ask9027 closed 2 years ago

ask9027 commented 2 years ago

I import a android studio latest project to android ide, At the time of build i getting a AAPT2:7.2.1 deomen error. Please fix this problem, or release new version of aapt2:7.2.1, Thanks

ask9027 commented 2 years ago

Opps i forget to add title..

itsaky commented 2 years ago

The AAPT2 that AndroidIDE uses currently, is compatible with Android Gradle Plugin. You can specify android.aapt2FromMavenOverride in gradle.properties file to override the aapt2 executable that AGP uses.

Alternatively, you could use APK from GitHub actions. Those versions of AndroidIDE automatically specify this property for you.

itsaky commented 2 years ago

AndroidIDE now uses the latest build of aapt2.