Closed raphaelyancey closed 5 years ago
Minimum SDK is defined in the Gradle file.
Okay thanks, found it. Not familiar with the Android environment so I didn't know where to search.
For those who want to know, look for the minSdkVersion
in app/build.gradle, then match it against the API Level
column in https://en.wikipedia.org/wiki/Android_version_history#Code_names.
I cannot find the minimum Android SDK version requirement for the app, neither if there is compatible APKs for earlier Android versions.
I unpackaged the APK and it seems to be targeting Android 9 (the latest one) but I'm not sure.
The use case is building a tracker with a cheap/small Android phone not supporting Android 9.