traccar / traccar-client-android

Traccar Client for Android
https://www.traccar.org/client
Apache License 2.0
665 stars 736 forks source link

Minimum Android version requirement? #406

Closed raphaelyancey closed 5 years ago

raphaelyancey commented 5 years ago

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.

tananaev commented 5 years ago

Minimum SDK is defined in the Gradle file.

raphaelyancey commented 5 years ago

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.