-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 5 support #2460
Comments
Here is the output of a generated apk checking what the min version is. It shows that 21 is not built in. Please bump this to a high priority for resolving aapt dump badging ~/Downloads/trial.apk |
When I force the sdk version using
Here is an issue related to why android-21 is no longer supported: apache/cordova-android#915 (comment) Relevant part:
|
This morning i'm testing to see if it will build w/ android-cordova-8.x. If this works (so far, no luck) I will add a switch for groups that need to maintain compatibility with Android 5. |
Setting
Adding -stacktrace to the gradleArgs show a missing config file
Restting the gradle caches did not help:
|
Suggest having a broader discussion about platform support in Tangerine. Some options:
|
One last thing: I installed Cordova 9 on my instance (Cordova 10 comes in the latest docker-tangerine-base-image), did cordova clean and
|
I checked if we could easily pull an older docker-tangerine-base-image to support cordova 9 or older. Unfortunately, the Dockerfile does not specify a cordova version when doing an npm install in older commits. Also, some of the older versions may not have the correct sqlite plugin. We could start from the v3.5.4 tag and modify the cordova version - that version has the current sqlite version ( (unstable-build-2020-07-15-01)): Tangerine-Community/docker-tangerine-base-image@bd3758f#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557 |
@lachko reported an issue w/ an Android 5 tab not being able to install a Tangerine APK. I checked the config.json settings:
API 21 is Android 5.
but I do see this bug that shows how this setting could be ignored:
apache/cordova-android#686 (comment)
The text was updated successfully, but these errors were encountered: