android studio real-time preview error

After installing android studio, create a new project, tag activity_main.xml design, and report an error in real-time preview: android.content.res.Resources$NotFoundException: Unable to find resource ID #0x1080029 at

under project, app->build,gradle(Module:app ).

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:23.2.0'
    compile 'com.android.support:design:23.2.0'
}

Change 23.2.0 to 23.1.0, then synchronize your project, recompile your project, rebuild.

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327042188&siteId=291194637