digitalfabrik / entitlementcard

App for 'Digitale Berechtigungskarten', generally benefit card for volunteers or socially vulnerable groups in Germany. App for Android & iOS + Backend + Administration Web Portal – 100% Open Source.
MIT License
36 stars 3 forks source link

x86 is still supported #803

Closed maxammann closed 1 year ago

maxammann commented 1 year ago

Describe the bug Flutter does not support x86. But we still get the following error in prelaunch report:

java.lang.RuntimeException: Unable to start activity ComponentInfo{de.nrw.it.giz.ehrensache.bayern.android/app.ehrenamtskarte.MainActivity}: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/system/framework/android.test.runner.jar", zip file "/system/framework/org.apache.http.legacy.boot.jar", zip file "/system/framework/android.test.mock.jar", zip file "/data/app/androidx.test.tools.crawler-Vf8RDTrgUQyfJd7xM5t62w==/base.apk", zip file "/data/app/de.nrw.it.giz.ehrensache.bayern.android-rvkTJjjJIyQ7xbDYgFR-TA==/base.apk", zip file "/data/app/de.nrw.it.giz.ehrensache.bayern.android-rvkTJjjJIyQ7xbDYgFR-TA==/split_config.de.apk", zip file "/data/app/de.nrw.it.giz.ehrensache.bayern.android-rvkTJjjJIyQ7xbDYgFR-TA==/split_config.x86.apk", zip file "/data/app/de.nrw.it.giz.ehrensache.bayern.android-rvkTJjjJIyQ7xbDYgFR-TA==/split_config.xxhdpi.apk"],nativeLibraryDirectories=[/data/app/androidx.test.tools.crawler-Vf8RDTrgUQyfJd7xM5t62w==/lib/x86, /data/app/de.nrw.it.giz.ehrensache.bayern.android-rvkTJjjJIyQ7xbDYgFR-TA==/lib/x86, /data/app/androidx.test.tools.crawler-Vf8RDTrgUQyfJd7xM5t62w==/base.apk!/lib/x86, /data/app/de.nrw.it.giz.ehrensache.bayern.android-rvkTJjjJIyQ7xbDYgFR-TA==/base.apk!/lib/x86, /data/app/de.nrw.it.giz.ehrensache.bayern.android-rvkTJjjJIyQ7xbDYgFR-TA==/split_config.de.apk!/lib/x86, /data/app/de.nrw.it.giz.ehrensache.bayern.android-rvkTJjjJIyQ7xbDYgFR-TA==/split_config.x86.apk!/lib/x86, /data/app/de.nrw.it.giz.ehrensache.bayern.android-rvkTJjjJIyQ7xbDYgFR-TA==/split_config.xxhdpi.apk!/lib/x86, /system/lib]]] couldn't find "libflutter.so
sarahsporck commented 1 year ago

maybe that's because we built from "not" the pre-release branch as in pre-release we specify to not build x86

abiFilters 'armeabi-v7a','arm64-v8a','x86_64'
maxammann commented 1 year ago

Aah true, perfect! Closing this!