connectedCheck and NoClassDefFoundError

2014-05-13 Thread Thomas Bruyelle
I don't understand the error I get when I run the connectedCheck task. The error occurs during the connectedAndroidTest subtask : android.test.suitebuilder.TestSuiteBuilder$FailedToCreateTests testSuiteConstructionFailed[GT-I9505 - 4.4.2] FAILED java.lang.RuntimeException: Exception during

Re: Native library not found

2014-05-13 Thread Xavier Hallade
Hi, Copying an armv5 lib to the armeabi-v7a folder is anything but dirty. It's not up to the OS to pick libs from different ABI folders and mixing them. You may have libs specific to armv5 providing a basic implementation, and other libs for armv7, with different names, providing another

error happened when build the android project(develop branch).

2014-05-13 Thread 杨辉
When i checkout out the develop branch of the following android project. https://github.com/snowdream/android-... and build it with. gradle build --info i get erros as follows,but i do not know why it happens: Anybody can help me? ```gradle * What went wrong: Execution failed for task

error happened when build the android project(develop branch).

2014-05-13 Thread 杨辉
When i checkout out the develop branch of the following android project. https://github.com/snowdream/android-gradle-template/tree/develop and build it with. gradle build --info i get erros as follows,but i do not know why it happens: Anybody can help me? ```gradle * What went wrong:

Re: Error with new 0.10.0 plugin

2014-05-13 Thread Mike Grafton
Cool - thanks. On Fri, May 9, 2014 at 8:19 AM, Diego Costantini diego.costant...@gmail.com wrote: Hi Mike, I actually jumped on your plugin as soon as you resumed it from Jake's one. However, at the time I needed to be on latest android plugin and yours was not yet on par, so I went back

Re: incremental build is not working for gradle multi project

2014-05-13 Thread vivart pandey
thanks Xavier for quick responses and for 0.10.0 version. i have upgraded to 0.10.0 and now incremental build is working. I think problem was in proguard task. -- You received this message because you are subscribed to the Google Groups adt-dev group. To unsubscribe from this group and stop

New tools git repo

2014-05-13 Thread vogella
Hello, AFAIK the Android development tools are currently migrated to a separate Git repo. I think that would be awesome, as this would reduce the required file footprint for potential contributors like myself. Is the new repo already online or is their a bug to which I can register to see