java.lang.NoClassDefFoundError: android.support.v7.appcompat.R $ stylowy

Używam terminalu [nie zaćmienie]. Mam następujący błąd wyjątku, gdy używamemulator.debug pomyślnie i installd pomyślnie. Ale pokaż emulatorUnfortunatly app has stop. Potem biegnę$ adb logcat wyświetli się następująco.

java.lang.NoClassDefFoundError: android.support.v7.appcompat.R$styleable
at android.support.v7.app.ActionBarActivityDelegate.onCreate(ActionBarActivityDelegate.java:107)
at android.support.v7.app.ActionBarActivityDelegateICS.onCreate(ActionBarActivityDelegateICS.java:58)
at android.support.v7.app.ActionBarActivity.onCreate(ActionBarActivity.java:98)
at com.example.trintwo.MainActivity.onCreate(MainActivity.java:19)
at android.app.Activity.performCreate(Activity.java:5231)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245)
at android.app.ActivityThread.access$800(ActivityThread.java:135)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5017)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
at dalvik.system.NativeStart.main(Native Method)

Dostałem ten błąd, nawet zainstalowałem bibliotekę wsparcia dla Androida i sprawdziłemandroid-support-v7-appcompat.jar wandroid/support/v7/appcompat/lib ścieżka, co zrobię, aby usunąć ten błąd.

questionAnswers(5)

yourAnswerToTheQuestion