首页上一页 1 下一页尾页 1 条记录 1/1页
actionview
发表在Android视频课程答疑
2018-04-28 悬赏:1 学分
是否精华
是
否
版块置顶:
是
否
现在使用的是android 3.1.2 jdk9 sdk 里全部更新到最新..可是
在message.xml
里
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <ImageView android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_margin="12dp" android:src="@drawable/message1" Android6.0 一使用图片程序无法运行了...去掉这个图片就OK了..在ANDROID 8.0中却一切正常 /> </LinearLayout>
在File - Project Structure - modules 设置为..Api 23 bulid tools version 23.03 flavors min sdk version api23.... target sdk version api23 确定后.. The specified Android SDK Build Tools version (23.0.3) is ignored, as it is below the minimum supported version (27.0.3) for Android Gradle Plugin 3.1.2. Android SDK Build Tools 27.0.3 will be used. To suppress this warning, remove "buildToolsVersion '23.0.3'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools.
这是提示我的 SDK Build Tools version 要27.0.3 以上吗?? 怎么修改为. 23版本的???
于2018-04-28 14:49:12编辑