Android Studio 2.3 Generates Aar Instead Of Apk
Build > Build APK generates aar instead of apk. In the outputs folder I have only the aar folder: My build.gradle android section: android { compileSdkVersion 25 buildToolsVe
The problem is your Build APK is calling a wrong gradle function. Check your complie options in:
Android Studio / Preferences / Build, Executions and Deployment / Compiler
Also check your project configurations:
You may like these posts
Post a Comment for "Android Studio 2.3 Generates Aar Instead Of Apk"