码迷,mamicode.com
首页 > 移动开发 > 详细

android studio layout预览出错

时间:2016-09-30 12:04:42      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:

Rendering Problems

Failed to load the Layoutlib:com/android/layoutlib/bridge/Bridge:Unsupported major.minor version 52.0

以上错提示表示版本号不支持,调低版本号即可.如API24调成API23技术分享

JDK版本1.7的问题 编译出错  

build.gradle中调低版本 从24.2.1 调成23.2.1

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

android studio layout预览出错

标签:

原文地址:http://www.cnblogs.com/clarklxr/p/5923079.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!