Android studio :Generate Signed APK: Errors while building APK. You can find the errors in the ‘Messages’ view.
Generate Signed APK: Errors while building APK. You can find the errors in the 'Messages' view.Generate Signed APK: Errors while building APK. You can find the errors in the 'Messages' view.
打开项目文件夹,选择app->build.gradle
Generate Signed APK: Errors while building APK. You can find the errors in the 'Messages' view.
Generate Signed APK: Errors while building APK. You can find the errors in the 'Messages' view.
右键单击用记事本打开,在android里面添加两行代码
aaptOptions.cruncherEnabled = false;
aaptOptions.useNewCruncher = false
重新生成apk
Generate Signed APK: Errors while building APK. You can find the errors in the 'Messages' view.
Generate Signed APK: Errors while building APK. You can find the errors in the 'Messages' view.
Generate Signed APK: Errors while building APK. You can find the errors in the 'Messages' view.

相关文章: