Include note about Java version for Android

Add a note to cpp-start-android.md describing the working versions of the Java SDK that will work to build for Android.
This commit is contained in:
Didier Garcia 2020-11-27 00:24:40 -05:00 коммит произвёл GitHub
Родитель d8451a4fc3
Коммит 3b2c28fa2c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -33,6 +33,8 @@ set "ANDROID_NDK_HOME=%ANDROID_NDK%"
You can specify your own versions of dependencies as needed.
>Note: Only Java JDKs 8-13 will work. Java JDK 14+ will fail to build, due to an issue with the version of Gradle currently in use.
## 3. Integrate the SDK into your C++ project
If you use the lib/android_build Gradle files, they build the SDK into maesdk.aar in the output folders of the maesdk module in lib/android. You can package or consume this AAR in your applications modules, just as you would any other AAR.