I ran into the same issue and upgrading to 0.3.0-alpha3 corrected this issue for me. I am able to build and run androidTests (on the emulator) successfully in Android Studio. However, I run into problems when running gradle from the command line. When I try to run "gradlew clean build connectedCheck", I get a DuplicateFileException, refering to the .so. It appears that this issue has been logged before: https://code.google.com/p/android/issues/detail?id=184235
I am in the process of migrating a library containing both jni and java code from eclipse to Android Studio, so I was wondering if anybody had any ideas on a workaround or an ETA on a fix. -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
