ToDoLite: doesn't build using official instructions
tom-cb opened this issue · 0 comments
tom-cb commented
Currently the documentation for building ToDoLite refers to the following compatibility list for Android Studio: https://github.com/couchbase/couchbase-lite-android#building-couchbase-lite-master-branch-from-source
I have been following the instructions for downloading and building ToDoLite Android here:
http://developer.couchbase.com/mobile/get-started/get-started-mobile/android/building-todo-lite/index.html
I see two problems here:
- If you follow the instructions, you will end up downloading Android Studio 0.8.9, which is not compatible with the latest Couchbase Lite / ToDo Lite, and leads to gradle errors:
"Failed to set up Android modules in project 'ToDoLite-Android': Unsupported method: BaseArtifact.getJavaCompileTaskName()." - If you follow the instructions in documentation, then the tutorial will lead to you getting the latest master branch of Couchbase Lite. The tutorial should be using the latest Couchbase Lite to have completed a full QA and release cycle. (People trying out the tutorial for first time shouldnt run into any potential issues with whatever happens to have been comitted to master)