Benutzer-Werkzeuge

Webseiten-Werkzeuge


app_programmierung

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste Überarbeitung Beide Seiten der Revision
app_programmierung [2013/04/06 18:01]
admin [Neue Android App mit PhoneGap erstellen]
app_programmierung [2014/09/21 21:16]
admin [Linux]
Zeile 3: Zeile 3:
 ===== Linux ===== ===== Linux =====
  
 +==== Eclipse ====
 +
 +  Neu
 +  MainActivity.java
 +  in www neue Ordner lib/js
 +  cordova.js hineinkopieren
 +  ordner xml in verzeichnis res kopieren
 +  cordova.jar nach libs kopieren
 +
 +===== apk auf Handy instalieren =====
 +
 +Einstellungen > Sicherheit > Unbekannte Quellen [x]
 +
 +
 +  *[[http://​www.adobe.com/​devnet/​html5/​articles/​getting-started-with-phonegap-in-eclipse-for-android.html|Getting started with PhoneGap in Eclipse for Android]]
   *[[http://​docs.phonegap.com/​en/​2.5.0/​guide_getting-started_android_index.md.html#​Getting%20Started%20with%20Android|Installation]]   *[[http://​docs.phonegap.com/​en/​2.5.0/​guide_getting-started_android_index.md.html#​Getting%20Started%20with%20Android|Installation]]
   *[[http://​docs.phonegap.com/​en/​2.0.0/​guide_getting-started_android_index.md.html|Konfiguration   *[[http://​docs.phonegap.com/​en/​2.0.0/​guide_getting-started_android_index.md.html|Konfiguration
Zeile 43: Zeile 58:
   -Ordner xml von der Vorlage in das Verzeichnis res/ kopieren   -Ordner xml von der Vorlage in das Verzeichnis res/ kopieren
  
 +AndroidManifest.xml
 +
 +   <​uses-sdk
 +        android:​minSdkVersion="​8"​
 +        android:​targetSdkVersion="​16"​ />
 +        ​
 +==== AVD Android Virtual Device ====
 +
 +  ~sdk/​tools/​android avd
 +  ​
 +Problem: Eclipse Android Unexpected Error While Launching Logcat
 +
 +In Eclipse starting up the Android emulator the LogCat does not always detect it. In the console you can read the following error:
 +
 +Unexpected error while launching logcat. Try reselcting the device.] device not found
 +
 +To solve this. Go to the DDMS perspective
 +
 +Menu -> Window -> Open Perspective -> DDMS (or find it in “Other…”)
 +
 +[[Phonegap Beispiele]]
 +
 +[[http://​www.w3schools.com/​css/​css_image_gallery.asp|Image Gallery]]
  
  
app_programmierung.txt · Zuletzt geändert: 2014/12/14 10:55 von admin