创建Andriod项目 1.下载最新版的Andriod studio 2.在 Welcome to Android Studio 窗口中,点击 Start a new Android Studio project 3.在 Choose your project 窗口中,选择 Empty Activity. 4.在 Configure your project 窗口中,输入以下值: Name:“My First App” Package name:“com.example.myfirstapp”
1.andriod gradle插件版本号过低. 错误位置: dependencies{ classpath 'com.android.tools.build:gradle:0.10.2' } 提示信息:You must use a newer version of the Android Gradle plugin. The minimum supported version is 0.12.0 and the recommended version is 0.12.+ 这样的情况一般出如今导
1.andriod gradle插件版本过低. 出错位置: dependencies{ classpath 'com.android.tools.build:gradle:0.10.2' } 提示信息:You must use a newer version of the Android Gradle plugin. The minimum supported version is 0.12.0 and the recommended version is 0.12.+ 这种情况一般出现在导入其
1.android未安装支持库 只有编译,下面的例子演示了提样: Could not find any version that matches com.android.support:appcompat-v7:+ ....... Please install the Android Support Repository from the Android SDK Manager 事实上原因和解决方法已经说得非常清楚了.找不到支持库,请在Android SDK Manager中安装.所以打开我们的