Benutzer-Werkzeuge

Webseiten-Werkzeuge


androidstudio

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung
androidstudio [2019/12/16 20:07] varnholtandroidstudio [2019/12/16 20:15] (aktuell) varnholt
Zeile 16: Zeile 16:
 Lösung: \\  Lösung: \\ 
 go to File>Project Structure>DownloadNDK which will download and add path to your local properties which might fix things up if this answer didn't work go to File>Project Structure>DownloadNDK which will download and add path to your local properties which might fix things up if this answer didn't work
 +
 +Problem: \\ 
 +Add Google Maven repository to Android Studio Project
 +
 +Lösung: \\ 
 +In build.gradle 'google()' einbauen:
 +<code>
 +buildscript {
 +    repositories {
 +        google()
 +        jcenter()
 +    }
 +    dependencies {
 +        classpath 'com.android.tools.build:gradle:3.5.3'
 +    }
 +}
 +
 +allprojects {
 +    repositories {
 +        google()
 +        jcenter()
 +    }
 +}
 +</code>
  
androidstudio.1576526865.txt.gz · Zuletzt geändert: 2019/12/16 20:07 von varnholt