when library dependencies have a unique package name i am getting 64k method limit error

2014-05-13 Thread vivart pandey
In my current project we have 5 library projects depends on 1 one common library projects. The problem is when we are using unique package name for all libraries we are getting 64k method limit error(we are using proguard). And when we are using same package name for all library projects its wor

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 upd

Re: Compiling Android Studio from source "Cannot find symbol ASM4"

2014-05-13 Thread Clifton Craig
Thanks Tor! I'm going to try this tonight! I'm trying to get to the bottom of a bug in Android studio where the class path is not set correctly when you try to run unit tests. I was following the Robolectric community and apparently Idea aggressively rewrites the project files. Also I've noticed

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 re

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 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 to the other one. > > Rig

Re: connectedCheck and NoClassDefFoundError

2014-05-13 Thread Thomas Bruyelle
Ok I found the problem, the error occurs only when the activity extends FragmentActivity from the support library. The tests works well when the activity extends Activity. It's an old problem of classpath conflict, I found a SO question on it [1], the fix is to exclude the support library from

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: Ex

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 ':app

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 impl

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 su