android {
sourceSets {
main{
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
resources.srcDirs = ['src']
aidl.srcDirs = ['src']
renderscript.srcDirs = ['src']
res.srcDirs = ['res']
assets.srcDirs = ['assets']
jniLibs.srcDirs = ['libs']
}
}

  

D:\AndroidWorkSpace\Qi\LocalM>gradlew  sourceSet

> Configure project :
AAAA
> Configure project :app
NDK is missing a "platforms" directory.
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to C:\Users\dong.li\AppData\Local\Android\Sdk\ndk-bundle.
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning. Configuration 'compile' in project ':app' is deprecated. Use 'implementation' instead.
DexKnife : MultiDexEnabled is false, it's not work.
DexKnife : MultiDexEnabled is false, it's not work. > Configure project :testlibrary
NDK is missing a "platforms" directory.
If you are using NDK, verify the ndk.dir is set to a valid NDK directory. It is currently set to C:\Users\dong.li\AppData\Local\Android\Sdk\ndk-bundle.
If you are not using NDK, unset the NDK variable from ANDROID_NDK_HOME or local.properties to remove this warning. > Task :app:sourceSets ------------------------------------------------------------
Project :app
------------------------------------------------------------ androidTest
-----------
Compile configuration: androidTestCompile
build.gradle name: android.sourceSets.androidTest
Java sources: [app\src\androidTest\java]
Manifest file: app\src\androidTest\AndroidManifest.xml
Android resources: [app\src\androidTest\res]
Assets: [app\src\androidTest\assets]
AIDL sources: [app\src\androidTest\aidl]
RenderScript sources: [app\src\androidTest\rs]
JNI sources: [app\src\androidTest\jni]
JNI libraries: [app\src\androidTest\jniLibs]
Java-style resources: [app\src\androidTest\resources] androidTestDebug
----------------
Compile configuration: androidTestDebugCompile
build.gradle name: android.sourceSets.androidTestDebug
Java sources: [app\src\androidTestDebug\java]
Manifest file: app\src\androidTestDebug\AndroidManifest.xml
Android resources: [app\src\androidTestDebug\res]
Assets: [app\src\androidTestDebug\assets]
AIDL sources: [app\src\androidTestDebug\aidl]
RenderScript sources: [app\src\androidTestDebug\rs]
JNI sources: [app\src\androidTestDebug\jni]
JNI libraries: [app\src\androidTestDebug\jniLibs]
Java-style resources: [app\src\androidTestDebug\resources] debug
-----
Compile configuration: debugCompile
build.gradle name: android.sourceSets.debug
Java sources: [app\src\debug\java]
Manifest file: app\src\debug\AndroidManifest.xml
Android resources: [app\src\debug\res]
Assets: [app\src\debug\assets]
AIDL sources: [app\src\debug\aidl]
RenderScript sources: [app\src\debug\rs]
JNI sources: [app\src\debug\jni]
JNI libraries: [app\src\debug\jniLibs]
Java-style resources: [app\src\debug\resources] main
----
Compile configuration: compile
build.gradle name: android.sourceSets.main
Java sources: [app\src\main\java]
Manifest file: app\src\main\AndroidManifest.xml
Android resources: [app\src\main\res]
Assets: [app\src\main\assets]
AIDL sources: [app\src\main\aidl]
RenderScript sources: [app\src\main\rs]
JNI sources: [app\src\main\jni]
JNI libraries: [app\src\main\jniLibs]
Java-style resources: [app\src\main\resources] release
-------
Compile configuration: releaseCompile
build.gradle name: android.sourceSets.release
Java sources: [app\src\release\java]
Manifest file: app\src\release\AndroidManifest.xml
Android resources: [app\src\release\res]
Assets: [app\src\release\assets]
AIDL sources: [app\src\release\aidl]
RenderScript sources: [app\src\release\rs]
JNI sources: [app\src\release\jni]
JNI libraries: [app\src\release\jniLibs]
Java-style resources: [app\src\release\resources] test
----
Compile configuration: testCompile
build.gradle name: android.sourceSets.test
Java sources: [app\src\test\java]
Java-style resources: [app\src\test\resources] testDebug
---------
Compile configuration: testDebugCompile
build.gradle name: android.sourceSets.testDebug
Java sources: [app\src\testDebug\java]
Java-style resources: [app\src\testDebug\resources] testRelease
-----------
Compile configuration: testReleaseCompile
build.gradle name: android.sourceSets.testRelease
Java sources: [app\src\testRelease\java]
Java-style resources: [app\src\testRelease\resources] > Task :testlibrary:sourceSets ------------------------------------------------------------
Project :testlibrary
------------------------------------------------------------ androidTest
-----------
Compile configuration: androidTestCompile
build.gradle name: android.sourceSets.androidTest
Java sources: [testlibrary\src\androidTest\java]
Manifest file: testlibrary\src\androidTest\AndroidManifest.xml
Android resources: [testlibrary\src\androidTest\res]
Assets: [testlibrary\src\androidTest\assets]
AIDL sources: [testlibrary\src\androidTest\aidl]
RenderScript sources: [testlibrary\src\androidTest\rs]
JNI sources: [testlibrary\src\androidTest\jni]
JNI libraries: [testlibrary\src\androidTest\jniLibs]
Java-style resources: [testlibrary\src\androidTest\resources] androidTestDebug
----------------
Compile configuration: androidTestDebugCompile
build.gradle name: android.sourceSets.androidTestDebug
Java sources: [testlibrary\src\androidTestDebug\java]
Manifest file: testlibrary\src\androidTestDebug\AndroidManifest.xml
Android resources: [testlibrary\src\androidTestDebug\res]
Assets: [testlibrary\src\androidTestDebug\assets]
AIDL sources: [testlibrary\src\androidTestDebug\aidl]
RenderScript sources: [testlibrary\src\androidTestDebug\rs]
JNI sources: [testlibrary\src\androidTestDebug\jni]
JNI libraries: [testlibrary\src\androidTestDebug\jniLibs]
Java-style resources: [testlibrary\src\androidTestDebug\resources] debug
-----
Compile configuration: debugCompile
build.gradle name: android.sourceSets.debug
Java sources: [testlibrary\src\debug\java]
Manifest file: testlibrary\src\debug\AndroidManifest.xml
Android resources: [testlibrary\src\debug\res]
Assets: [testlibrary\src\debug\assets]
AIDL sources: [testlibrary\src\debug\aidl]
RenderScript sources: [testlibrary\src\debug\rs]
JNI sources: [testlibrary\src\debug\jni]
JNI libraries: [testlibrary\src\debug\jniLibs]
Java-style resources: [testlibrary\src\debug\resources] main
----
Compile configuration: compile
build.gradle name: android.sourceSets.main
Java sources: [testlibrary\src\main\java]
Manifest file: testlibrary\src\main\AndroidManifest.xml
Android resources: [testlibrary\src\main\res]
Assets: [testlibrary\src\main\assets]
AIDL sources: [testlibrary\src\main\aidl]
RenderScript sources: [testlibrary\src\main\rs]
JNI sources: [testlibrary\src\main\jni]
JNI libraries: [testlibrary\src\main\jniLibs]
Java-style resources: [testlibrary\src\main\resources] release
-------
Compile configuration: releaseCompile
build.gradle name: android.sourceSets.release
Java sources: [testlibrary\src\release\java]
Manifest file: testlibrary\src\release\AndroidManifest.xml
Android resources: [testlibrary\src\release\res]
Assets: [testlibrary\src\release\assets]
AIDL sources: [testlibrary\src\release\aidl]
RenderScript sources: [testlibrary\src\release\rs]
JNI sources: [testlibrary\src\release\jni]
JNI libraries: [testlibrary\src\release\jniLibs]
Java-style resources: [testlibrary\src\release\resources] test
----
Compile configuration: testCompile
build.gradle name: android.sourceSets.test
Java sources: [testlibrary\src\test\java]
Java-style resources: [testlibrary\src\test\resources] testDebug
---------
Compile configuration: testDebugCompile
build.gradle name: android.sourceSets.testDebug
Java sources: [testlibrary\src\testDebug\java]
Java-style resources: [testlibrary\src\testDebug\resources] testRelease
-----------
Compile configuration: testReleaseCompile
build.gradle name: android.sourceSets.testRelease
Java sources: [testlibrary\src\testRelease\java]
Java-style resources: [testlibrary\src\testRelease\resources] BUILD SUCCESSFUL in 2s
2 actionable tasks: 2 executed
D:\AndroidWorkSpace\Qi\LocalM>

最新文章

  1. render :template 和 render :parital
  2. iOS:Xcode8以下真机测试iOS10.0和iOS10.1配置包
  3. Quality in the Test Automation Review Process and Design Review Template
  4. java版-JQuery上传插件Uploadify使用实例
  5. mysql的查询缓存
  6. iOS开发--汉字转成没有声调也没有空格的拼音
  7. MongoDB3.4 shell CRUD操作
  8. TX2 安装 ROS 依赖库错误解决办法
  9. Android-原笔迹手写的探索与开发
  10. django-restframework之缓存系统
  11. DDD实战进阶第一波(十三):开发一般业务的大健康行业直销系统(订单上下文领域逻辑)
  12. Go基础系列:函数(1)
  13. vue2.0项目中 localhost改成ip地址访问
  14. 交互式shell编程
  15. 峰Redis学习(1)Redis简介和安装
  16. Asp.net WebAPI Ioc
  17. Unix环境高级编程(二)文件和目录
  18. Selenium Webdriver——AutoIt和robot实现右键另存
  19. Unique Binary Search Trees I&&II(II思路很棒)——动态规划(II没理解)
  20. [NOI2002]荒岛野人(exgcd,枚举)

热门文章

  1. php字符串实例
  2. 左手系,右手系,row major, column major
  3. 2017.2.16 开涛shiro教程-第十七章-OAuth2集成(二)客户端
  4. Galileo Gen2 之MQTT通讯
  5. 跳转前暂停几秒js如何实现
  6. pythonkeywordis与 ==的差别
  7. UNP学习笔记(第十八章 路由套接字)
  8. VueJS表单控件操作
  9. STL源代码剖析 容器 stl_vector.h
  10. 利用xlrd模块实现Python读取Excel文档