I have imported an eclipse project into android studio
Somehow it figured out that another one of my eclipse projects contained unit-test code for the imported project
It brought in that code and put it in a src/androidTest dir
I didn't really want it to do that but they are there now and causing the build to fail
Is there a means to turn off the androidTest stuff? So I can concentrate on whether the app actually builds?
Maybe its via a gradle setting? (This is my first exposure to gradle)
Maybe I just need to delete all the androidTest java files but this seems a bit final..
Aucun commentaire:
Enregistrer un commentaire