Hallo gute Menschen,
ich habe folgendes problem: wenn ich mein app über android emulator hochlade steht immer - "unfortunately has stopped"??
davor habe ich über google in jegliche forums nach geschaut leider erfolglos :(...
ich bitte um eure hilfe DANKE!
________________________________________________________________________
QUELLCODE:
Android Manifest:
<?xmlversion="1.0"encoding="utf-8"?>
<
manifestxmlns:android="http://schemas.android.com/apk/res/android"
package=[i]"de.CemSaltik.website"
android:versionCode=[i]"1"android:versionName=[i]"1.0"><uses-permissionandroid:name=[i]"android.permission.INTERNET"/>"
<uses-sdk
android:minSdkVersion=[i]"8"
android:targetSdkVersion=[i]"19"/>
<application
android:allowBackup=[i]"true"
android:label=[i]"@string/app_name"
android:icon=[i]"@drawable/cs_logo"
android:theme=[i]"@android:style/Theme.NoTitleBar">
<activity
android:name=[i]"de.CemSaltik.website.MainActivity"
android:label=[i]"@string/app_name"
android:theme=[i]"@style/FullscreenTheme">
<intent-filter>
<actionandroid:name=[i]"android.intent.action.MAIN"/>
<categoryandroid:name=[i]"android.intent.category.LAUNCHER"/>
</intent-filter>