Android Question Class module already added: anywheresoftware/b4a/objects/R

rgarnett1955

Active Member
Licensed User
Longtime User
Hi,

I am getting the following compile error

...
Convert byte code - optimized dex. Error
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lanywheresoftware/b4a/objects/R;
Uncaught translation error: java.lang.IllegalArgumentException: already added: Lanywheresoftware/b4a/objects/R$styleable;
2 errors; aborting

There is obviously a problem with multiple libraries or something. I have spent four hours trying to work out how to fix, but without success.

How do you determine what libraries/classes/modules are causing the problem.

I have included the project in a zip.

Regards
Rob
 

Attachments

  • eFence1.01_3.zip
    357.4 KB · Views: 192
Top