Closed kksrini closed 9 years ago
Hi,
I am using Android Studio 0.8.2 and I am trying to build ToDoLite-Android.
I followed the procedure from,
http://developer.couchbase.com/mobile/get-started/get-started-mobile/android/building-todo-lite/index.html
I changed the Android Gradle plugin version as the IDE forced me to set in build.gradle, classpath 'com.android.tools.build:gradle:0.12.+'
I am getting the following error while building,
Error:A problem occurred configuring project ':ToDoLite'.
A problem occurred configuring project ':libraries:couchbase-lite-android'. java.lang.NullPointerException (no error message)
I would like to know and rectify if I am missing anything while building.
Thank you.
Thanks for reporting this. I could reproduce it as well. This should be related to https://github.com/couchbase/couchbase-lite-android/issues/393.
This should be resolved with the current master now.
Hi,
I am using Android Studio 0.8.2 and I am trying to build ToDoLite-Android.
I followed the procedure from,
http://developer.couchbase.com/mobile/get-started/get-started-mobile/android/building-todo-lite/index.html
I changed the Android Gradle plugin version as the IDE forced me to set in build.gradle, classpath 'com.android.tools.build:gradle:0.12.+'
I am getting the following error while building,
Error:A problem occurred configuring project ':ToDoLite'.
I would like to know and rectify if I am missing anything while building.
Thank you.