I'm using Android Studio 1.0 (build 135.1629389) and I'm getting an error 
importing a project using these steps:

$ git clone https://github.com/couchbase/couchbase-lite-android-liteserv.git
$ cd couchbase-lite-android-liteserv
$ git submodule init && git submodule update
$ In the Android Studio  "Welcome" screen, choose "Import Non-Android 
Studio project" and choose couchbase-lite-android-liteserv/settings.gradle

Here's the error from the idea.log file:

   https://gist.github.com/tleyden/aad858a042e21183e0d4

and here is the build.gradle 
<https://github.com/couchbase/couchbase-lite-java-javascript/blob/master/build.gradle>
 
file inside the sub-project that seems to be causing the issue.

If I remove everything related to the maven plugin, as in this updated 
build.gradle 
<https://github.com/couchbase/couchbase-lite-java-javascript/blob/feature/android_studio_import/build.gradle>,
 
then the problem goes away.  But that's not a viable option, since I need 
the ability to publish maven artifacts for the project.

I haven't tried using the maven-publish plugin instead of the maven plugin 
-- is that the recommended plugin for the use case of publishing maven 
artifacts?  (when would you want to use the maven plugin?)

PS: congrats on 1.0!

-- 
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 adt-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to