android-fat-aar
android-fat-aar copied to clipboard
What went wrong: A problem occurred configuring project ':mylibrary'. > Could not get unknown property 'transformNative_libsWithSyncJniLibsForRelease' for project ':mylibrary' of type org.gradle.api.Project.
Don't know what to do.
FAILURE: Build failed with an exception.
-
Where: Script 'https://raw.githubusercontent.com/adwiv/android-fat-aar/master/fat-aar.gradle' line: 119
-
What went wrong: A problem occurred configuring project ':mylibrary'.
Could not get unknown property 'transformNative_libsWithSyncJniLibsForRelease' for project ':mylibrary' of type org.gradle.api.Project.
Replace it with 'transformNativeLibsWithSyncJniLibsForRelease' will fix the issue
I'm sorry if it's silly but I don't know how to do that. I simply wrote 'apply from: 'https://raw.githubusercontent.com/adwiv/android-fat-aar/master/fat-aar.gradle'' in my module gradle file.
I face this problem too
Facing the same issue. Any solution??
@mayankkussh As @hwdavr say, Replace it with 'transformNativeLibsWithSyncJniLibsForRelease'
i same to you
This fat aar script is only working for Android Studio V2.1 and before, latest version is not working any more.
Is this working? I have android studio 2.3 and when used this to create a .aar file the classes.jar file is missing in the generated .aar file. However, if I dont use this, the classes.jar file is created. Any pointers to fix this?
@hwdavr replacing 'transformNativeLibsWithSyncJniLibsForRelease' with what?
@nikgupta1231 replace transformNative_libsWithSyncJniLibsForRelease with transformNativeLibsWithSyncJniLibsForRelease