Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Crashed on Android4.4 #66

Open
zhendong2050 opened this issue Jul 24, 2020 · 4 comments
Open

Crashed on Android4.4 #66

zhendong2050 opened this issue Jul 24, 2020 · 4 comments

Comments

@zhendong2050
Copy link

Hi I need to run surveyor on Android 4.4 but the app crashed with the following error. Can you give some suggestion for fixing this?

java.lang.NoClassDefFoundError: androidx.core.content.FileProvider$PathStrategy
at androidx.core.content.FileProvider.getPathStrategy(FileProvider.java:576)
at androidx.core.content.FileProvider.attachInfo(FileProvider.java:392)
at android.app.ActivityThread.installProvider(ActivityThread.java:4771)
at android.app.ActivityThread.installContentProviders(ActivityThread.java:4366)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4306)
at android.app.ActivityThread.access$1400(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1457)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:158)
at android.app.ActivityThread.main(ActivityThread.java:5013)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:593)
at dalvik.system.NativeStart.main(Native Method)

@rowanseymour
Copy link
Contributor

Hmm Android 4.4 (SDK 19) is the current minimum supported version so it should work.. but I just tried running the tests and ran into a different problem supposedly caused by using latest Android Studio and SDKs < 21

@rowanseymour
Copy link
Contributor

Can confirm the app works fine on 5.0 (SDK 21)

@zhendong2050
Copy link
Author

@rowanseymour Thanks for the fast reply. I want to explore the app but cannot register an account. Can I have a faked account for testing the app? Thank you.

@rowanseymour
Copy link
Contributor

You can create an account on textit.com that's open to anyone and there's a TextIt Surveyor version of the app in the play store. You can also change the URL in the code if you're debugging that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants