84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
Error:Execution failed for task ':app:prepareDebugDependencies'.
Dependency Error. See console for details
laucherActivity是我引入进去的包,如何在我自己的MainActivity中调用他啊,大神求指教
下面是gradle
debug:
认证高级PHP讲师
第一个gradle
Groovy... dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:22.2.0' compile project(':launcherActivity') }
Groovy
... dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:22.2.0' compile project(':launcherActivity') }
第二个gradle
Groovyapply plugin: 'com.android.library' defaultConfig { // applicationId "com.handmark.pulltorefresh.samples" ... } ...
apply plugin: 'com.android.library' defaultConfig { // applicationId "com.handmark.pulltorefresh.samples" ... } ...
按照上面的更正两个项目的Gradle文件应该就可以了
第一个gradle
第二个gradle
按照上面的更正两个项目的Gradle文件应该就可以了