Benutzer-Werkzeuge

Webseiten-Werkzeuge


en:android

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
en:android [2018/12/21 21:41] – created roehneren:android [2018/12/21 21:45] roehner
Zeile 2: Zeile 2:
 The Java-Eeditor has a simple Android interface. The Java-Eeditor has a simple Android interface.
  
-As a teacher you can use the Android Studio to create a hull project for your students and make it available for further work in the Java-Editor. The students can then expand the hull project in the familiar development environment Java Editor.+As a teacher you can use the Android Studio to create a hull project for your students and make it available for further work in the Java-Editor. The students can then expand the hull project in their familiar development environment Java Editor.
  
 === Installation of Android SDK === === Installation of Android SDK ===
 ==Possibility 1== ==Possibility 1==
-[[https://developer.android.com/studio/index.html | Android Studio install]] The Android SDK is automatically installed.+[[https://developer.android.com/studio/index.html | Android Studio install]] installs the Android SDK automatically.
  
 ==Possibility 2== ==Possibility 2==
-Only install the Android SDK. On the page [[https://developer.android.com/studio/index.html | Install Android Studio]] scroll to //Get just the command line tools// and install the command line tools. These contain the SDK- manager with which you can install these components after:+Install the Android SDK only. On the page [[https://developer.android.com/studio/index.html | Install Android Studio]] scroll to //Get just the command line tools// and install the command line tools. These contain the SDK- manager with which you can install these components after:
  
 <code> <code>
Zeile 39: Zeile 39:
 In case of the error message //Cannot resolve symbol 'R'// reduce the Graddle version to 2.0.0 in the file //build-gradle//, which is located in the project folder of the app. In case of the error message //Cannot resolve symbol 'R'// reduce the Graddle version to 2.0.0 in the file //build-gradle//, which is located in the project folder of the app.
  
-In case of the error message //signatures do not match the previously installed version; Ignoring// on the phone delete the old version of the app.+In case of the error message //signatures do not match the previously installed version; Ignoring// delete the old version of the app on the phone.
  
 === Demo-App=== === Demo-App===
en/android.txt · Zuletzt geändert: 2018/12/21 21:50 von roehner