Discussion:
Gradle build system and Android Studio
mobileorg-android on behalf of Henning Weiss
2014-01-19 15:16:08 UTC
Permalink
Hi all,

the new build system should now work without a hitch with Android Studio or
from command line. I updated the HACKING.md file to reflect that. If you
had problems building mobileorg I would encourage you to try again with a
new clone. Remember to update Android Studio and the Android SDK tools to
their newest versions and install Android SDK 19.0.1.

happy hacking,
Henning
--
You received this message because you are subscribed to the Google Groups "mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobileorg-android+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mobileorg-android-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mobileorg-android.
For more options, visit https://groups.google.com/groups/opt_out.
Sebastian Lewalder via mobileorg-android
2014-05-28 07:27:36 UTC
Permalink
Hi,

Android Studio 0.5.8 complains about the gradle configuration stating the
project is using an unsupported version of the gradle plugin (0.7.3)

### start dump
Error:The project is using an unsupported version of the Android Gradle
plug-in (0.7.3).

Version 0.9.0 introduced incompatible changes in the build language.
Please read the migration guide to learn how to update your project.
<a href="fixGradleElements">Open migration guide, fix plug-in version and
re-import project</a>
### end dump

If i change the dependency to

dependencies {
classpath 'com.android.tools.build:gradle:0.9.0'
}

it complains about the wrong gradle version.

Do i have to replace the gradle wrapper with a newer version to fix this,
or is there another way?

Thanks,

Sebastian
--
You received this message because you are subscribed to the Google Groups "mobileorg-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mobileorg-android+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To post to this group, send email to mobileorg-android-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
Visit this group at http://groups.google.com/group/mobileorg-android.
For more options, visit https://groups.google.com/d/optout.
Loading...