List
SDK 3.4 minimum Android API version
Posted Date: 2018-01-02 10:28     Edited Date: 2018-01-04 1:36     Writer: inactive

Hi!

Whats current lowest Android API  version that is supported for MaxstAR SDK 3.4 ? 

We are currently targeting minimum android 16 (Android 4.1)

Posted Date: 2018-01-02 22:32     Edited Date: 2018-01-02 22:32     Writer: inactive

MAXST supports Android API 15 or later.

You can see it in the build.gradle in Android sample code.

 

- MAXST support team

Posted Date: 2018-01-03 9:36     Edited Date: 2018-01-03 9:36     Writer: inactive

OK weird. Using Unity 2017.2.1 . This issue started once i imported newest SDK.

When i remove all the plugins except MaxstAR and try building with SDK 3.4 (Unity) it throws this 
Failure [INSTALL_FAILED_OLDER_SDK]

AndroidManifest.xml has this:

android:minSdkVersion="19"

So what i did - changed   to android:minSdkVersion="15"
And it worked.

Manifest can be found in Your v3.4 unitypackage Plugins/Android/AndroidManifest.xml
Please correct Your unitypackage

Posted Date: 2018-01-04 1:36     Edited Date: 2018-01-04 1:36     Writer: kscho

Thanks for your advice.

We're sorry that we informed you of version 15 as a minimum version.

The reason why we used version 19 in Unity is to support Google Cardboard.

So, we've decided to change the required minimum version into version 19.

Thanks a lot.

 

- MAXST Support Team