UnifiedNlp icon indicating copy to clipboard operation
UnifiedNlp copied to clipboard

Build fails unless Android SDK Platform 25 is manually installed.

Open marmarek opened this issue 6 years ago • 0 comments

It isn't listed anywhere in dependencies, but build.gradle does reference file from there:

https://github.com/microg/android_packages_apps_UnifiedNlp/blob/b331309c66d399918f7b293ceb6c3533ad24af88/unifiednlp-compat/build.gradle#L28

Without manually installing Android SDK Platform 25 the build fails with a lot of errors like error: package android.os does not exist. By default only Android SDK Platform 27 is automatically installed. Is something missing in https://github.com/microg/android_packages_apps_UnifiedNlp/commit/b331309c66d399918f7b293ceb6c3533ad24af88, or should Android SDK Platform 25 be required explicitly (here or in https://github.com/microg/android_packages_apps_GmsCore, maybe just as additional step in build instruction)?

Full error message: build-fail.txt

marmarek avatar May 13 '18 20:05 marmarek