Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Probleme in Android Studio #28

Open
freifunk-bamberg opened this issue Apr 15, 2015 · 10 comments
Open

Probleme in Android Studio #28

freifunk-bamberg opened this issue Apr 15, 2015 · 10 comments

Comments

@freifunk-bamberg
Copy link

Hallo ich habe mir die App mal runtergeladen, und wollte die Community Bamberg, Edenkoben und Coburg hinzufügen. Ich bekomme im Studio aber eine Fehlermeldung beim öffnen:

Error:(23, 0) Gradle DSL method not found: 'minifyEnabled()'
Possible causes: The project 'AndroidFreifunkNord' may be using a version of Gradle that does not contain the method.
Open Gradle wrapper file

  • The build file may be missing a Gradle plugin.
    Apply Gradle plugin
  • an was kann das liegen?

    @bpetri
    Copy link
    Collaborator

    bpetri commented Apr 15, 2015

    Ich wuerde spontan mal schaetzen dass deine Gradle version nicht aktuell ist. Welche Version nutzt du den?

    @freifunk-bamberg
    Copy link
    Author

    ich baue das erste mal mit Andoid studio, ich verwende die was mit android studio kommt. wo bekomme ich die aktuelle her?

    @freifunk-bamberg
    Copy link
    Author

    Welche Branch ist eigentlich die richtige? Master, Database, oder CommunityParser ?

    @freifunk-bamberg
    Copy link
    Author

    Soo habe jetzt Version 2.3.

    Nun kommt nur noch der Fehler: peer not authenticated

    @bpetri
    Copy link
    Collaborator

    bpetri commented Apr 15, 2015

    Ich benutze Android Studio 1.1.0 samt Gradle 2.2.1. Aus Android Studio selbst kann ich problemlos bauen, auf der Kommandozeile bekomme ich jedoch einen syntax error vom gradle wrapper. Allerdings kein "peer not authenticated".

    Zum bauen und mit rumspielen solltest du den Master Branch benutzen. Der ist prinzipiell am weitesten auch wenn (noch) nicht ohne Bugs.

    @freifunk-bamberg
    Copy link
    Author

    Soo habe jetzt Android Studio 1.1.0 in den files habe ich:

    dependencies {
    classpath 'com.android.tools.build:gradle:2.2.1'
    }

    und
    distributionUrl=http://services.gradle.org/distributions/gradle-2.2.1-all.zip

    aber es kommt immer peer not authenticated

    @freifunk-bamberg
    Copy link
    Author

    Also das Auth Problem ist weg,

    dafür kommen jetzt folgende Fehler:

    Error:(36, 13) Failed to resolve: com.squareup:otto:+
    Show in File
    Show in Project Structure dialog

    Error:(32, 13) Failed to resolve: com.mcxiaoke.volley:library-aar:1.0.0
    Show in File
    Show in Project Structure dialog

    Error:(34, 13) Failed to resolve: com.androidmapsextensions:android-maps-extensions:2.2.0
    Show in File
    Show in Project Structure dialog

    Error:(33, 13) Failed to resolve: com.google.maps.android:android-maps-utils:0.3+
    Show in File
    Show in Project Structure dialog

    @bpetri
    Copy link
    Collaborator

    bpetri commented Apr 15, 2015

    Beinhaltet build.gradle noch stets

    allprojects {
        repositories {
            mavenCentral()
        }
    }
    

    @freifunk-bamberg
    Copy link
    Author

    Ja ist drinn

    @bpetri
    Copy link
    Collaborator

    bpetri commented Apr 18, 2015

    Und hast du mal versucht den gradle wrapper auszufuehren ?

    ./gradlew build
    

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants