Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行我的应用程序时出现“找不到类”错误。了解编译和执行路径不同,但我按照另一个问题的建议在我的 lib 项目下创建一个子目录并将 jar 放在那里但仍然没有运气。
使用 Eclipse,这是当我在 Eclipse 的设备上运行时(无法获取我想从模拟器触发此代码的广播事件,即 wifi 和蓝牙)。
有什么方法可以查看 apk 以查看其中的内容,例如这个 jar 文件?环顾四周没有看到任何东西。
您可能没有告诉 Eclipse 将所需的 jar 文件与您的 apk 文件中的其他内容一起导出。
右键单击您的 Android 项目并转到Properties。然后转到Java Build Path > Order and Export。勾选您希望通过您的 apk 文件交付的 jar 文件。