Hi All,
I am getting this error again after excluding what Erel suggested on Google Play Services .Jar file.
B4A version: 5.80
Parsing code. (0.11s)
Compiling code. (0.35s)
Compiling layouts code. (0.02s)
Generating R file. (0.67s)
Compiling generated Java code. (3.02s)
Convert byte code - optimized dex. Error
trouble writing output: Too many method references: 73236; max is 65536.
You may try using --multi-dex option.
The problem is that I have tried to integrate Appodeal into my app, which uses a lot of libraries from all the big Ad networks.
I did manage to exclude enough to get it down below the threshold (Excluding Amazon adverts was a big one), which I guess is a good thing as it tightens up the final .APK file, but I am wondering whether we will get to the stage of actually requiring that many method calls? After all, maybe I would like to display ads from Amazon.
Any thoughts?
Brian
I am getting this error again after excluding what Erel suggested on Google Play Services .Jar file.
B4A version: 5.80
Parsing code. (0.11s)
Compiling code. (0.35s)
Compiling layouts code. (0.02s)
Generating R file. (0.67s)
Compiling generated Java code. (3.02s)
Convert byte code - optimized dex. Error
trouble writing output: Too many method references: 73236; max is 65536.
You may try using --multi-dex option.
The problem is that I have tried to integrate Appodeal into my app, which uses a lot of libraries from all the big Ad networks.
I did manage to exclude enough to get it down below the threshold (Excluding Amazon adverts was a big one), which I guess is a good thing as it tightens up the final .APK file, but I am wondering whether we will get to the stage of actually requiring that many method calls? After all, maybe I would like to display ads from Amazon.
Any thoughts?
Brian