unity--android-resource.jar does not exist in project imported to Eclipse
I need a gradle build of my unity project and exported it and imported it to Eclipse. After importing the UnityPlayerActivity and the unity-android-resources, I receive the following Build Path error:
"The container 'Android Dependencies' references non existing library '...Documents/MasterWorkspace/Android/Ugh/unity-android-resources/bin/unity-android-resources.jar'"
There is no bin folder in the exported unity-android-resources folder and I cannot find the unity-android-resource.jar in any other folder. I am using Unity 5.1.1 personal. Has anyone else had this issue?
Answer by aaronichi · Oct 09, 2015 at 03:57 PM
You can get a gradle plugin for Eclipse. With that, you can import a project into Eclipse and export it as a gradle build. It will add all the gradle files, so you can import it into Studio. Because Studio doesn't take a non-gradle project and add the gradle files.