Volt Team, absolutely love this tool - thank you. Having an issue that could use some wisdom on.
I have a number of devices, one of them is android 5.1.1
Setting the engine to 9.0.0 should support API levels 22 and Android 5.1 - 10.0.0
Android Platform Guide - Apache Cordova?
No matter what I put for the engine, I get
<!-- <engine name="android" spec="8.0.0" /> --> (or 9.0.0)
<preference name="android-minSdkVersion" value="22" />
<preference name="android-maxSdkVersion" value="22" />
Available Android targets:
----------
id: 1 or "android-27"
Name: Android API 27
Type: Platform
API level: 27
Revision: 3
----------
id: 2 or "android-28"
Name: Android API 28
Type: Platform
API level: 28
Revision: 6
----------
id: 3 or "android-29"
Name: Android API 29
Type: Platform
API level: 29
Revision: 5
----------
id: 4 or "android-30"
Name: Android API 30
Type: Platform
API level: 30
Revision: 3
Project Installed Platforms:
android: 9.1.0
android Environment:
android:
ERROR: Command failed with ENOENT: android list target
spawn android ENOENT
When the app is installed on the 5.1.1 phone, I get
Describe Error
There is a problem parsing the package
The app works fine on my Android 9.0 and 10.0 devices
Questions
- What is the minSdk I can get with engine 9, and what is the lowest Android OS version we can target?
- Is there a way to support this 5.1.1 device?
- Am I doing something wrong?
As a reminder, I am using your service with my ASU College class, and students will have all kinds of devices both current and old, I have set the requirement to
- Android phone or tablet running Android 6.0 (Marshmallow, API 23) or later.
In my syllabus, do I have to change this?