2013-10-30 42 views
0

我是此應用程序的新手,我正在學習以下教程。我跟着https://github.com/survivingwithandroid/Surviving-with-android/tree/master/WeatherForecastApp來測試天氣應用程序,但我越來越接近力量。我也爲這個錯誤蒙上了一層陰影,但我仍然無法解決。如果有人遇到這個錯誤,請幫忙。獲取部隊關閉的示例天氣應用程序

logcat的錯誤

E/AndroidRuntime(5988): FATAL EXCEPTION: main 
E/AndroidRuntime(5988): java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.survivingwithandroid.weatherapp/com.survivingwithandroid.weatherapp.MainActivity}: java.lang.ClassNotFoundException: com.survivingwithandroid.weatherapp.MainActivity in loader dalvik.system.PathClassLoader[/data/app/com.survivingwithandroid.weatherapp-2.apk] 
E/AndroidRuntime(5988): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1573) 
E/AndroidRuntime(5988): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667) 
E/AndroidRuntime(5988): at android.app.ActivityThread.access$1500(ActivityThread.java:117) 
E/AndroidRuntime(5988): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935) 
E/AndroidRuntime(5988): at android.os.Handler.dispatchMessage(Handler.java:99) 
E/AndroidRuntime(5988): at android.os.Looper.loop(Looper.java:130) 
E/AndroidRuntime(5988): at android.app.ActivityThread.main(ActivityThread.java:3687) 
E/AndroidRuntime(5988): at java.lang.reflect.Method.invokeNative(Native Method) 
E/AndroidRuntime(5988): at java.lang.reflect.Method.invoke(Method.java:507) 
E/AndroidRuntime(5988): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867) 
E/AndroidRuntime(5988): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625) 
E/AndroidRuntime(5988): at dalvik.system.NativeStart.main(Native Method) 
E/AndroidRuntime(5988): Caused by: java.lang.ClassNotFoundException: com.survivingwithandroid.weatherapp.MainActivity in loader dalvik.system.PathClassLoader[/data/app/com.survivingwithandroid.weatherapp-2.apk] 
E/AndroidRuntime(5988): at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240) 
E/AndroidRuntime(5988): at java.lang.ClassLoader.loadClass(ClassLoader.java:551) 
E/AndroidRuntime(5988): at java.lang.ClassLoader.loadClass(ClassLoader.java:511) 
E/AndroidRuntime(5988): at android.app.Instrumentation.newActivity(Instrumentation.java:1021) 
E/AndroidRuntime(5988): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1565) 
E/AndroidRuntime(5988): ... 11 more 
+0

檢查清單活動是否定義。 –

+0

你可以發表你的清單文件嗎? –

+0

我想清單是gh中的一個https://github.com/survivingwithandroid/Surviving-with-android/tree/master/WeatherForecastApp – Apostolos

回答

0

在我看來,你沒有正確下載從GitHub項目。如果您遇到這個問題,請告訴我,並嘗試從Github下載它,以檢查我共享的項目是否存在某些問題。 謝謝