Wo ist meine App

  • 3 Antworten
  • Letztes Antwortdatum
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: 207
  • Bildschirmfoto 2015-07-14 um 15.34.06.png
    Bildschirmfoto 2015-07-14 um 15.34.06.png
    16,9 KB · Aufrufe: 225
A

Anzeige

  • Gerade eben
  • Neu
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

E
Antworten
11
Aufrufe
1.120
evgkop
E
nowo84
Antworten
2
Aufrufe
419
nowo84
nowo84
F
Antworten
9
Aufrufe
511
swa00
swa00
G
Antworten
0
Aufrufe
262
Gerdchen07
G
Zurück
Oben Unten