Tried to download .apk app from Thunkable X to android 4.2.2. However, getting the error “Parse Error: There was a problem parsing the package”. The security is disabled on the phone and I’ve tried testing .apk from different source and they are able to install. Is Thunkable X’s version not compatible with older androids?
@jane On another phone, I’ve upgraded and custom installed 6.0.1 Android (custom CyanogenMod GApp Marshmallow) but it still getting the same error and unable to install apk, any other suggestions?
I’m thinking perhaps there are certain dependencies that Thunkable rely on when unpacking the compiled .apk
I think this behavior is related to your app’s package name.
Because your app is called 4Hire, the package name is in the format com.thunkable.user.4Hire.
The segments of a package name need to start with letters, not numbers.
Try changing that last segment to something like .hire or .forhire.
To find your app’s package name:
Click your app’s logo in the upper left hand corner of the Components window to open an App Settings window on the right-hand side of the screen.
In this window, you’ll see a property called App (Bundle) ID.
This is your package name.