Reputation: 16341
For a Haxe project that cross-compiles to Android, how do you add ACRA functionality? haxelib run lime build "Project.xml" android -release -Dfdb
takes Haxe code and gives you an APK, so how can you inject the requisite .jar file, Java code, and AndroidManifest.xml tags at the right moment during the build process?
Upvotes: 0
Views: 60