手动编辑Android项目的.classpath文件

时间:2012-10-19 14:18:17

标签: java android noclassdeffounderror

好像我无法解决这个我发布here的java.lang.NoClassDefFoundError:com.urbanairship.UAirship。 我一直在尝试在网上找到的所有可能的方式,但没有运气.. 但是,我发现了另一种我想尝试的方法,但我不知道该怎么做,因为我是Android的新手。

有人可以指导我如何做到这一点吗?

使用exported =“true”手动编辑Android项目的.classpath文件

ps:如果有人知道如何在运行时修复NoClassDefFoundError,请告诉我。谢谢

enter image description here

enter image description here

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.app.android"
    android:versionCode="1"
    android:versionName="1.0" >

    <uses-sdk android:minSdkVersion="8" />

    <application
        android:icon="@drawable/ic_launcher"
        android:label="@string/app_name" 
        android:name="com.app.android.NotifyMeApplication"
        android:debuggable="true"
        android:allowClearUserData="true"
        android:enabled="true" >

0 个答案:

没有答案