-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation failure with Android.mk #10
Comments
Any more info on this? |
The Makefile-integration seems abandoned to me. As a workaround I switched to building this manually via gradle and later on, during the ROM build, just pull in the final .apk. |
By replacing the package com.takisoft.fix:preference-v6:25.0.0.1 by com.support:preference-v7:25.0.0. |
Is there any way you could elaborate on this? I tried replacing the takisoft.fix dependency with the android support library in my build.gradle, but it didn't seem to change anything. I also tried adding the support library to Android.mk in the extra libraries section. |
I'm trying to integrate android_packages_apps_UnifiedNlp (non-gms version) into my ROM build as instructed per https://github.com/microg/android_packages_apps_UnifiedNlp/blob/master/README.md#aosp-build-system-integration
However I get these build errors:
I'm guessing this is due to the dependency on com.takisoft.fix:preference-v6:25.0.0.1 introduced by 4f3d77f which was not also added to Android.mk.
How can this be solved? Thanks!
The text was updated successfully, but these errors were encountered: