Lauszus / FaceRecognitionApp

Face Recognition Android App
GNU General Public License v2.0
507 stars 238 forks source link

App keeps stopping #31

Closed f4ww4z closed 5 years ago

f4ww4z commented 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:

screen

My device is running Android Pie with aarch64, arm64 architecture.

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.
f4ww4z commented 5 years ago

I have fixed this error by keeping the gradle version (not updating it to 4.10 for ex.)