I export my project with Unity for “Android Studio”
I open the project with Android Studio.
The project does not compile?
Its like Unity is not producing a valid proj file and it doesn’t know what the libs, source folders are ect.
How to I use Android Studio to compile my Android projects? I want to do this so I can debug my java code.
Unity doesn’t support Android Studio specifically but we do support the ADT project structure. You need to ‘import’ your project in Android Studio rather than ‘open’.
It would be awesome if you did support the native IDE (now thats its out) like you do on Win8/WP8 and iOS as this makes debugging code way way better. Importing a project is not practical as it takes to long.
Also because you expose the native activity when exporting the project, it just would make things simpler in the long run if this was a possible target. Seems like Android is slowly moving away from .jar/eclipse files so might not be a bad idea regardless.