Unable to convert classes into dex format Unity
Some Background When Unity builds your project for Android, it invokes several tools from the Android SDK. As part of that process, it converts all of your native (Java) code for Android into a file format called DEX (Dalvik executable). All of your Android plugins get built up into a single package using that tool. … Read more