Tuesday 15 February 2011

No Launcher activity found in android -


This is beyond bothering me, I have seen other similar problems to other people, but I can not understand it I am! Please help me!

  & lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Manifest xmlns: Android = "http://schemas.android.com/apk/res/android" package = "com.example.benbreeceharley" Android: versionCode = "1" Android: versionName = "1.0" & gt; & Lt; Use-sdk android: minSdkVersion = "8" Android: targetSdkVersion = "17" /> & Lt; Usage-permission Android: name = "android.permission.INTERNET" /> & Lt; Android: Android: icon = "true_android": icon = & Lt; Activity Android: ScreenErmentation = "Portrait" Android: Name = "Main Activity" Android: label = "@ string / app_name" & gt; & Lt; Intent-Filter & gt; & Lt; Action android: name = "android.intent.action.Main" / & gt; & Lt; Category android: name = "android.intent.category.LAUNCHER" /> & Lt; / Intent-Filter & gt; & Lt; / Activity & gt; & Lt; Activity Android: Screen Orientation = "Portrait" Android: name = ". MenuActivity" android: label = "@ string / app_name" & gt; & Lt; / Activity & gt; & Lt; / Application & gt; & Lt; / Reveal & gt;   

All help is appreciated!

Try:

  & lt; Action Android: name = "android.intent.action.MAIN" />   

Instead

  & amp; ATO android: name = "android.intent.action.Main" / & gt;    

No comments:

Post a Comment