My MainActivity class throws java.lang.ClassNotFoundException when extends ActionBarActivity
- 阅读更多 关于 My MainActivity class throws java.lang.ClassNotFoundException when extends ActionBarActivity
问题 I followed the instructions indicated in other threads on how to import external libraries, but after importing android-support-v7-appcompat.jar into the Referenced Libraries of my Android project (in ADT v.22.0.5) I get java.lang.ClassNotFoundException: import android.os.Bundle; import android.support.v7.app.ActionBar; import android.support.v7.app.ActionBarActivity; import android.view.Menu; public class MainActivity extends ActionBarActivity { @Override protected void onCreate(Bundle