作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在参加 Android 开发人员培训,但目前卡住了 here .我不知道如何导入 sample project没有gradle中断。这些是我使用 File > New > Import Project
/path/to/activity-lifecycle$ ./gradlew assembleDebug
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> failed to find target with hash string 'android-14' in: /home/user/Android/Sdk
* Try:
Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 3.273 secs
编辑:Android Studio 1.5.1、Gradle 2.8、Java 1.8.0_65、Debian 8.2
EDIT2:确保更新 activity-lifecycle/app/build.gradle
而不是 activity-lifecycle/build.gradle
最佳答案
在 build.grandle 中,确保你有
compileSdkVersion 22
如果仍然无法运行,请打开“SDK 管理器”并安装 SDK。
缩短:
打开“模块设置”,转到“属性”选项卡,选择构建版本和目标。
关于android - 如何从 developer.android.com 导入 ActivityLifecycle.zip 到 Android Studio?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34405962/
我正在参加 Android 开发人员培训,但目前卡住了 here .我不知道如何导入 sample project没有gradle中断。这些是我使用 File > New > Import Proje
我是一名优秀的程序员,十分优秀!