Hello.
We catch blocker issue with trying to integrate aspose words for android.
When we try to compile simple logic, like
try
{
Document document = new Document("//sdcard/1.docx");
document.save("//sdcard/1.png");
}
catch (Exception e)
{
e.printStackTrace();
}
we catch
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