android - Gradle use RES dir from outside location -


how can set in gradle file use whole res dir specific location? using android studio 1.5.1 , gradle 0.4.0 experimental.

is there official documentation gradle experimental plugins? have found this: http://tools.android.com/tech-docs/new-build-system/gradle-experimental#toc-multiple-ndk-projects

is there documentation more complete , contains more info?

you should use somenthing that:

android.sources {     main {         manifest.source {             srcdir 'folder'             include 'androidmanifest.xml'         }         resources.source.srcdir 'folder/res'         java.source.srcdir 'folder/src'     } } 

Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -