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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo