what's the exact error?

On Tue, Apr 1, 2014 at 8:40 AM, Stefan Strasser
<[email protected]>wrote:

> In my build.gradle it says:
>
> apply plugin: 'android'
>
> android {
>     compileSdkVersion 19
>     buildToolsVersion "19.0.3"
>
>     defaultConfig {
>         minSdkVersion 8
>         targetSdkVersion 19
>         versionCode 1
>         versionName "1.0"
>     }
>     buildTypes {
>         release {
>             runProguard false
>             proguardFiles getDefaultProguardFile('proguard-android.txt'),
> 'proguard-rules.txt'
>         }
>     }
> }
>
> dependencies {
>     compile 'com.android.support:appcompat-v7:19.+'
>     compile 'com.android.support:support-v4:+'
>     compile 'non:existing'
>     compile fileTree(dir: 'libs', include: ['*.jar'])
> }
>
>
> Its strange! Yesterday I worked as usual and today when I started android
> studio the gradle build fails.
>
> There is a error with the buildTypes.
>
> Is there any known issue?
> Can someone help me?
>
>
>  --
> 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 [email protected].
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Xavier Ducrohet
Android SDK Tech Lead
Google Inc.
http://developer.android.com | http://tools.android.com

Please do not send me questions directly. Thanks!

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to