I have created a skeleton project to show how we are using gradle in our project. https://github.com/vivart/multi-module-gradle
1. lib2/build/res/all/release/ has 1728 png files. 2. I have changed one java file and built without clean. Following tasks are not showing UP-TO-DATE :app:compileArmDebugNdk :common-library:libraries:lib:compileLint :common-library:commonLib:compileLint :library1lib1:compileLint :library1lib1:mergeReleaseProguardFiles :common-library:libraries:lib:copyReleaseLint :common-library:commonLib:mergeReleaseProguardFiles :common-library:commonLib:packageReleaseAidl :keystone-calendar-android:Calendar:preBuild :keystone-common-android:libraries:polaris:preReleaseBuild :keystone-common-android:libraries:polaris:checkReleaseManifest - - ---- ------------ ---------------------- :app:prepareArmDebugDependencies :app:compileArmDebugJava :app:proguardArmDebug ............. some proguard warnings .............. Warning: net.fortuna.ical4j.model.property.UrlFactory: can't find referenced class groovy.util.FactoryBuilderSupport .................................................. :app:dexArmDebug ................some more warnings....... warning: Ignoring InnerClasses attribute for an anonymous inner class ............... :app:packageArmDebug :app:assembleArmDebug and in final apk changes are not there Note: i have run "./gradlew assemblearmDebug" on real project not on skeleton project and i have changed the names. -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
