Hi, Im trying to upgrade my app to the new google billing.
I upgrade b4a to 10.7 from 10.2
intall the new library
Replace the subs for the new subs in the Erel thread
Add the manifest line and when compiling I got this error
UNEXPECTED TOP-LEVEL EXCEPTION:
com.android.dex.DexException: Library dex files are not supported in multi-dex mode
at com.android.dx.command.dexer.Main.runMultiDex(Main.java:371)
at com.android.dx.command.dexer.Main.runDx(Main.java:291)
at com.android.dx.command.dexer.Main.main(Main.java:249)
at com.android.dx.command.Main.main(Main.java:94)
I have Multidex=true, if I set it to false I got zillons of errors.
What am I doing wrong?
Thanks
PD using the v3 billing and b4a 10.2 works ok.
I upgrade b4a to 10.7 from 10.2
intall the new library
Replace the subs for the new subs in the Erel thread
Add the manifest line and when compiling I got this error
UNEXPECTED TOP-LEVEL EXCEPTION:
com.android.dex.DexException: Library dex files are not supported in multi-dex mode
at com.android.dx.command.dexer.Main.runMultiDex(Main.java:371)
at com.android.dx.command.dexer.Main.runDx(Main.java:291)
at com.android.dx.command.dexer.Main.main(Main.java:249)
at com.android.dx.command.Main.main(Main.java:94)
I have Multidex=true, if I set it to false I got zillons of errors.
What am I doing wrong?
Thanks
PD using the v3 billing and b4a 10.2 works ok.