Problem Description
When the source code of an app is more than 15K LOC, the build will fails when reaching the AssetCryptImpl.java:
Failed to compile Java source files:
[ERROR] :
[ERROR] : /Users/antram/Documents/Appcelerator_Studio_Workspace/tda/build/android/gen/com/firstchoice/myfirstchoice/AssetCryptImpl.java:29: illegal start of expression
[ERROR] : public String readAsset(String path)
The user has tried to remove code, and as soon as the code is less than 15K LOC, the building process works again.
Extra info
Full Build log attached to the issue.
The user wants this to be backported to 3.2.x, and fixed for 3.5.x.
Duplicate of linked.
Marked as duplicate of a bug that has been open for over a year with no resolution? Is there any plan to actually FIX this? It's stopping us from making any more updates to our Android app in production... leaving it out of sync with the iOS version...
Closing ticket as duplicate and links to the related ticket have been provided above.