source open android-jack-and-jill

android-jack-and-jill - android open source project



Jack y Jill y destinationDir (1)

Google ha lanzado oficialmente a Jack y Jill como se menciona en su blog http://android-developers.blogspot.fr/2014/12/hello-world-meet-our-new-experimental.html

Pero si uso la siguiente propiedad:

defaultConfig { applicationId ''xxx'' minSdkVersion 10 targetSdkVersion 19 versionCode 162 versionName ''xxx'' // Enabling multidex support. multiDexEnabled true testInstrumentationRunner "android.support.multidex.MultiDexTestRunner" manifestPlaceholders = [ cappId:"xxx",cappLog:"false" ] useJack = true }

Obtuve el siguiente error

Error:Cannot get property ''destinationDir'' on null object

No tengo ningún problema si comento usar la propiedad de Jack.

Sé que es una herramienta experimental, pero ¿sabes cómo puedo arreglar eso?