2017-04-11 78 views
0
> android { 
      compileSdkVersion 25 
      buildToolsVersion "25.0.2" 
      defaultConfig { 
       applicationId "com.pp.receipe" 
       minSdkVersion 15 
       targetSdkVersion 25 
       versionCode 1 
       versionName "1.0" 
       testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" 
      } 
      buildTypes { 
       release { 
        minifyEnabled false 
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' 
       } 
      } 
     } 

     dependencies { 
      compile fileTree(dir: 'libs', include: ['*.jar']) 
      androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { 
       exclude group: 'com.android.support', module: 'support-annotations' 
      }) 

      compile 'com.weiwangcn.betterspinner:library-material:1.1.0' 
      compile 'com.android.support:appcompat-v7:25.3.0' 
      compile 'com.android.support:design:25.3.0' 
      testCompile 'junit:junit:4.12' 
     } 

Here is my code and android monitor debug error 

enter image description here我得到一個錯誤的MaterialBetterSpinner

+1

親切發表您的XML'activity_welcome' –

+0

回答

0

這個庫需要排除程序兼容性檢查BetterSpinner

README

你的依賴應該是這樣在你的gradle這個

compile ('com.weiwangcn.betterspinner:library:1.1.0') { 
    exclude group: 'com.android.support', module: 'appcompat-v7' 
} 
0
<com.weiwangcn.betterspinner.library.BetterSpinner 
    android:id="@+id/spinnerr" 
    android:layout_width="match_parent" 
    android:layout_height="wrap_content" 
    android:hint="Select Language"/> 

我改變.BetterSpinner物質更好的轉輪