couchbaselabs / ToDoLite-Android

To-Do list sample app for Couchbase Lite, native Android version
190 stars 96 forks source link

Unable to build ToDoLite-Android #14

Closed kksrini closed 9 years ago

kksrini commented 10 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.

pasin commented 10 years ago

Thanks for reporting this. I could reproduce it as well. This should be related to https://github.com/couchbase/couchbase-lite-android/issues/393.

pasin commented 9 years ago

This should be resolved with the current master now.