i added this into my manifest
Using xml Syntax Highlighting
- <activity class=".ui1">
- <intent-filter>
- <action android:value="hrbeu.android.app1.action.myaction" />"
- </intent-filter>
- </activity>
Parsed in 0.001 seconds, using GeSHi 1.0.8.4
i added this into ui1.java
Using java Syntax Highlighting
- public static final String MYACTION ="hrbeu.android.app1.action.myaction";
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
i added this into main.class
Using java Syntax Highlighting
- @Override
- public boolean onOptionsItemSelected(Menu.Item item) {
- // TODO Auto-generated method stub
- switch(item.getId()){
- case UI1:
- startActivity(new Intent(ui1.MYACTION,null));
- break;
- }
- return super.onOptionsItemSelected(item);
- }
Parsed in 0.032 seconds, using GeSHi 1.0.8.4
when i click the menu item UI1, I got this runtime error "No activity found to handle intend={action=hrbeu.android.app1.action.myaction}"
what's wrong with my program, pls help me!






Easter-break in a bit more than one month, there will be a flush of tuts
