Error:(40, 37) Gradle: error: cannot access zzF4
class file for asposewobfuscated.zzF4 not found
Compile issue is reproduced with IDEA 14.0.2 (compile with gradle) and Android Studio 1.1.0 (compile with gradle), Ubuntu 14.04.1 LTS
Sample project with compile issue: https://www.dropbox.com/s/rt59gw9h88e66no/MyApplication2.zip
JFYI, issue is reproduced with aspose-words-1.12-android-jdk16.jar (in libs) and aspose-words-1.12-libs-android-jdk16.apk (in assets) from Aspose.Words for Android 1.12
Thanks for your inquiry. As you know, we had divided the Aspose.Words for Android library into following two archives:
aspose-words-1.12-android-jdk15.jar: The first one includes public API and its auxiliary methods.
aspose-words-1.12-libs-android-jdk15.apk: The second one includes third party jars, basic classes and resources.
However, when you import JAR, Gradle doesn’t see the second part. In this case, you need to extract classes.dex file from ‘app\src\main\assets\aspose-words-1.12-libs-android-jdk16.apk’ and convert it to JAR. Then let Gradle see this new JAR file (as dependency). Please refer to the following articles:
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.