Wo ist meine App

G

getit81

Neues Mitglied
0
Hallo,

fange grade mir der Entwicklung von Apps für Android an und habe meine erste App ("Hallo Welt") programmiert und in Android Studio auf nem AVD gestartet.
Aber wo ist meine App?
 

Anhänge

  • Bildschirmfoto 2015-07-14 um 15.33.36.png
    Bildschirmfoto 2015-07-14 um 15.33.36.png
    41,7 KB · Aufrufe: 174
  • Bildschirmfoto 2015-07-14 um 15.34.06.png
    Bildschirmfoto 2015-07-14 um 15.34.06.png
    16,9 KB · Aufrufe: 190
Poste mal dein MAnifest
 
Jaiel schrieb:
Poste mal dein MAnifest
<?xml version="1.0" encoding="utf-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android"package="com.example.davidbruenner.halloandroid" >

<applicationandroid:allowBackup="true"android:icon="@mipmap/ic_launcher"android:label="@string/app_name"android:theme="@Style/AppTheme" >
<activityandroid:name=".MainActivity"android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>
 
Konnte das Problem selber lösen - die AVD war einfach zu "alt". Sprich ich musste nen neues Device anlegen mit nem aktuellen API-Level.
 

Ähnliche Themen

U
  • unerfahrenerAppEntwickler
Antworten
3
Aufrufe
705
swa00
swa00
Manny87
  • Manny87
Antworten
11
Aufrufe
164
swa00
swa00
Zurück
Oben Unten