Closed f4ww4z closed 5 years ago
I have successfully built the 1.2.3 release of the app in Android Studio, however when I run it I keep getting the following error:
1.2.3
My device is running Android Pie with aarch64, arm64 architecture.
aarch64
arm64
I always get this warning when compiling the app:
WARNING: API 'variant.getAssemble()' is obsolete and has been replaced with 'variant.getAssembleProvider()'. It will be removed at the end of 2019.
and this:
ABIs [arm64-v8a,armeabi-v7a,armeabi] set by 'android.injected.build.abi' gradle flag contained 'ARMEABI' not targeted by this project.
I have fixed this error by keeping the gradle version (not updating it to 4.10 for ex.)
I have successfully built the
1.2.3
release of the app in Android Studio, however when I run it I keep getting the following error:My device is running Android Pie with
aarch64
,arm64
architecture.I always get this warning when compiling the app:
and this: