Open nachtgeist opened 6 years ago
Any more info on this? Its also affecting a ROM I'm trying to build as well Thanks!
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. It is also necessary to modify the android.mk file to add this dependency Hopefully a correction will be made
By replacing the package com.takisoft.fix:preference-v6:25.0.0.1 by com.support:preference-v7:25.0.0. It is also necessary to modify the android.mk file to add this dependency Hopefully a correction will be made
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 4f3d77f9be908150956f247a69015fa2a740b682 which was not also added to Android.mk.
How can this be solved? Thanks!