- Home /
Question by
ahmedandre · Apr 25, 2015 at 09:41 PM ·
build-errorunity 4.6androidpluginunity everyplay
Everyplay plugin generates the same classes as my game
Hi All,
I have an error of dex converting problem, there is a conflict with the everyplay unity android plugin, and my game. Everyplay Android Unity plugin generate classes R$attr.class, R$Color.class,..etc. Those are generated too by my game, and that's why I get dex error it says that com.company.game/R$attr.class is already added. How would I fix that ?
Comment
Answer by Laran · Apr 25, 2015 at 10:07 PM
If I understand question correctly, namespaces should solve Your problems.
the classes that are generated are the resources classes Resource classes of the everyplay android plugin. That plugin has res, everyplay.jar, androidmanifest.xml,..etc. The generated classes are .R$attr, which they conflict with the original android game's resources
Your answer
