我有一個很大的問題。Android更新SDK後無法找到類。我能做什麼?
昨天我更新了Android SDK,此後,我不再在我的設備或模擬器上正確運行我的應用程序。
Eclipse中沒有任何類型的錯誤,但是當我啓動應用程序存在一些誤區,如:
03-26 14:06:58.900: E/AndroidRuntime (32593): java.lang.RuntimeException: Unable to start activity ComponentInfo com.example {}: android.view.InflateException: Binary XML file line # 7: Error inflating class com . viewpager.TitlePageIndicator
03-26 14:06:58.900: E/AndroidRuntime (32593): Caused by: android.view.InflateException: Binary XML file line # 7: Error inflating class com.viewpager.TitlePageIndicator
03-26 14:06:58.900: E/AndroidRuntime (32 593): Caused by: java.lang.ClassNotFoundException: com.viewpager.TitlePageIndicator in loader
我該怎麼辦?解決這個錯誤對我來說非常重要!
我還注意到,apk比應用程序的工作時更小。
我試着卸載一切(jdk,sdk,eclipse)並重新安裝,今天我也嘗試格式化並重新安裝windows。
請幫忙!
[Android-SDK r17廢除工作項目]的可能重複(http://stackoverflow.com/questions/9824491/android-sdk-r17-ruins-working-projects) – 2012-03-26 12:21:06
格式並重新安裝Windows是正確的方法去...只是在開玩笑 – hovanessyan 2012-03-26 12:21:32
@Meroelyth我的猜測是在包名稱有問題..去錯誤顯示XML你在哪裏給出這行com.viewpager.TitlePageIndicator和檢查包名是正確的..你有支持文件。 。 – Venky 2012-03-26 12:23:38