Re: Problem with AS internal maven repository

2016-09-02 Thread Tomáš Procházka
I filled bug report for it https://code.google.com/p/android/issues/detail?id=221536 -- 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

Re: Changes between 2.1.2 and 2.2.0-alpha5

2016-09-02 Thread Tomáš Procházka
Thanks. So 2.1.3 is already released, which TAG i should use for sources for this plugin? I can't found gradle_2.1.3 https://android.googlesource.com/platform/manifest/+refs here But would be great if you release sources at least for RC versions to make possible prepare for the changes before

Re: Replace one dependency with another different is pain in AS

2016-09-02 Thread Tomáš Procházka
But source generation also fail because of compilation error right? And if this happen IDEA autocomplete will not properly updated, right? I can create bug report to http://b.android.com. I just wanted to discuss it here first. Dne úterý 30. srpna 2016 18:02:44 UTC+2 Alex Ruiz napsal(a): > > Hi

Re: Deploy as system app via Gradle

2016-09-02 Thread IndicatorVeritatis
At one company I used to work for not so long ago, we did something similar to this workaround,but with Maven. Still not part of the Gradle DSL, but possibly a slight improvement over the Stack Overflow workaround. On Friday, September 2, 2016 at 12:46:13 AM UTC-7, vogella wrote: > > Hi, > > is

Re: Changes between 2.1.2 and 2.2.0-alpha5

2016-09-02 Thread 'Michal Bendowski' via adt-dev
We release the source code of the plugin after every stable release, so the 2.2 source code is not available yet. The only way in which we expose the final, effective dependency graph is in "the model". What you can try to do is use Gradle's Tooling API to get the model, i.e. an instance of the

Deploy as system app via Gradle

2016-09-02 Thread vogella
Hi, is there a setting in the Gradle DSL which allows me to deploy an app as system app? The current workaround is to use the approach described in http://stackoverflow.com/questions/28302833/how-to-install-an-app-in-system-app-while-developing-from-android-studio but maybe the Android