¡@

Home 

2014/10/16 ¤W¤È 08:21:38

android Programming Glossary: projectbroot

Android Gradle build with sub projects

http://stackoverflow.com/questions/16971375/android-gradle-build-with-sub-projects

build.gradle src main java Libraries SomeLib git submodule ProjectBRoot git submodule settings.gradle build.gradle ProjectB build.gradle.. project ' libraries facebook android sdk facebook' The ProjectBRoot settings.gradle contains this line include ' ProjectB' ' libraries.. contains this line include ' ProjectA' ' Libraries ProjectBRoot ProjectB' The ProjectA build.gradle contains this line compile..

Android Gradle build with sub projects

http://stackoverflow.com/questions/16971375/android-gradle-build-with-sub-projects

is as follows gitRoot settings.gradle build.gradle ProjectA build.gradle src main java Libraries SomeLib git submodule ProjectBRoot git submodule settings.gradle build.gradle ProjectB build.gradle src main java Libraries FacebookSDK facebook build.gradle.. just fine. The ProjectB build.gradle contains this line compile project ' libraries facebook android sdk facebook' The ProjectBRoot settings.gradle contains this line include ' ProjectB' ' libraries facebook android sdk facebook' The gitRoot settings.gradle.. facebook android sdk facebook' The gitRoot settings.gradle contains this line include ' ProjectA' ' Libraries ProjectBRoot ProjectB' The ProjectA build.gradle contains this line compile project ' Libraries ProjectBRoot ProjectB' When I run the..