Ale*_*cus 3 android android-5.0-lollipop
在集成新设计库时我遇到了以下崩溃,但还没有找到解决方法:
扩展类android.support.design.CoordinatorLayout时出错
这是我的gradle文件:
android {
compileSdkVersion 23
buildToolsVersion "23.0.0"
defaultConfig {
applicationId "xxxxxxxx"
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile project(':volley')
compile 'com.android.support:design:23.0.0'
compile 'com.android.support:appcompat-v7:23.0.0'
compile 'com.android.support:support-v4:23.0.0'
compile 'com.android.support:recyclerview-v7:23.0.0'
compile 'com.android.support:cardview-v7:23.0.0'
}
Run Code Online (Sandbox Code Playgroud)
...和应用程序样式:
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:colorPrimary">@color/primary</item>
<item name="android:colorPrimaryDark">@color/primary_dark</item>
<item name="android:colorAccent">@color/accent</item>
<item name="android:colorBackground">@android:color/white</item>
<item name="android:windowBackground">@android:color/white</item>
<item name="android:colorControlNormal">#cccccc</item>
</style>
Run Code Online (Sandbox Code Playgroud)
public class TabbedScreenActivity extends AppCompatActivity
| 归档时间: |
|
| 查看次数: |
5063 次 |
| 最近记录: |