玉傢伙這沒有任何意義,我在所有和我不明白爲什麼我在我的應用程序收到此錯誤。我已經註冊的活動類在android manifrest XML ..的Android了java.lang.RuntimeException:無法實例活動ComponentInfo
java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.mobile.batteryhelper/com.mobile.batteryhelper.Battery}:
java.lang.ClassNotFoundException: Caused by: java.lang.ClassNotFoundException: com.mobile.batteryhelper.Battery in loader dalvik.system.PathClassLoader[/mnt/asec/com.mobile.batteryhelper-1/pkg.apk]
這裏是AndroidManifest.xml中。是的.Battery類也擴展了Activity。
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".Battery"
android:label="@string/app_name"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<應用機器人:圖標= 「@繪製/圖標」 機器人:標籤= 「@串/ APP_NAME」> <活動機器人:名稱= 「電池」。 機器人:標籤= 「@串/ APP_NAME」 機器人:screenOrientation =「portrait」> 意圖過濾器> –
user766380
user766380如果答案解決您的問題,請標記爲接受。 – Edu
對我來說,解決方案是這樣的:http://stackoverflow.com/a/21290422/1612469 – Aleks