Start activity from another package - Issue
问题 I downloaded library project from github and imported it into my app project.The problem is that i want to start activity from this library in my main app class.I tried many ways and one of them was: Intent intent = new Intent(); intent.setComponent(new ComponentName( "com.tehedligmail.restorancafeler.RestaurantActivity , "com.cunoraz.pickImages.MainActivity"));" startActivity(intent); This is my log: 08-29 04:40:13.937: E/AndroidRuntime(11778): android.content.ActivityNotFoundException: