Git Product home page Git Product logo

Comments (12)

mg6maciej avatar mg6maciej commented on May 23, 2024

http://search.maven.org/remotecontent?filepath=com/google/maps/android/android-maps-utils/0.2.1/android-maps-utils-0.2.1.aar

from android-maps-utils.

nologinatgit avatar nologinatgit commented on May 23, 2024

Thanks for the quick reply. I am yet unaware of the aar extension, I mostly worked with jars. Should I select the aar file as an external library? I can't see it in the Add jars browser.

from android-maps-utils.

mg6maciej avatar mg6maciej commented on May 23, 2024

I think it will be easier for you to just download a very simple app that has Android Maps Utils configured and start working on that. Here is my project that displays 3 markers and uses AMUtils to generate icons with text: https://github.com/mg6maciej/presentation-handy-maps-extensions

from android-maps-utils.

nologinatgit avatar nologinatgit commented on May 23, 2024

Why is it hard to create a jar file from it? I'd like to add it to my project and try how it works. Can an aar file be converted to jar?

from android-maps-utils.

mg6maciej avatar mg6maciej commented on May 23, 2024

Aar contains jar and a couple of other things: res/ folder and AndroidManifest.xml.
I guess you can unzip that aar and copy resources to your project and it will work.

from android-maps-utils.

nologinatgit avatar nologinatgit commented on May 23, 2024

I don't understand. IF the gradlew finished, it would create a library.jar file. I can't finish it, as it throws that aforementioned exception. IF anyone could use the gradlew (and if it succeeds), that person could attach the library.jar. If you run gradlew, does it throw an exception for you OR does it create the library.jar?

from android-maps-utils.

broady avatar broady commented on May 23, 2024

If you're using Gradle, the best way to include the library is via:

dependencies {
    compile 'com.google.maps.android:android-maps-utils:0.2.+'
}

from android-maps-utils.

nologinatgit avatar nologinatgit commented on May 23, 2024

See the initial post, gradle couldn't be used to create anything from the project, as it couldn't determine dependencies. I copied out the classes.jar file from the aar file and now I can compile, but my project cannot start, it seems, lots of permission issues are in the log. Didn't know this is so hard to use,

from android-maps-utils.

broady avatar broady commented on May 23, 2024

Have you installed the "Google repository" from the Android SDK?

Can you post a full log? Are you trying to build your own project, or the android-maps-utils project?

from android-maps-utils.

nologinatgit avatar nologinatgit commented on May 23, 2024

I have installed both Google Repository and Support repository. I simply downloaded the master.zip and tried to use gradlew.bat. It couldn't find any google-play-services jar, so I modified gradle.build to compile files('google-play-services.jar'), and when I try to use gradlew tasks, I get that 'Could not determine the dependencies of task ':library:compileReleaseJava' message. So I asked for the jar, and from the aar file, I extracted the classes.jar and now I can compile my project but my project won't start on the phone, I have to determine why.

from android-maps-utils.

broady avatar broady commented on May 23, 2024

Have you set ANDROID_HOME correctly?

That is, ls $ANDROID_HOME/extras/google/m2repository should exist. (sorry, I don't know the equivalent Windows command.

from android-maps-utils.

nologinatgit avatar nologinatgit commented on May 23, 2024

Yes, it is set. I managed to get the jar file by ripping it out of the aar.

from android-maps-utils.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.