如何在 Eclipse 中修改phonegap-1.0.0.jar 存档中的 DroidGap.class 文件?

发布于 2024-12-26 12:45:36 字数 263 浏览 0 评论 0原文

我对 Android 开发真的很陌生。 我已经制作了 2-3 个应用程序,它们已经在我的 Android 设备上运行。

最近几天我面临一个愚蠢的问题。

问题是,为每个设备创建全屏应用程序。我已阅读电话间隙维基 并尝试了特定的方式。但我每次都失败了。 当我尝试从 Android eclipse 项目资源管理器打开 DroidGap.class 时,出现错误。 “DroidGap.class 没有附加源”。 (构建phonegap.jar后)

请帮助我......

I am really very new on android development.
I have made 2-3 apps , those running on my android device already.

Last few days I am facing a stupid problem.

The problem is , creating the app fullscreen for every device. I have read phone gaps wiki
and tried with specific way. But I failed everytime.
When I'm trying to open the DroidGap.class from my Android eclipse project explorer , I got a error. that, "DroidGap.class has no source attached". (after build the phonegap.jar)

Please help me....

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

游魂 2025-01-02 12:45:36
  1. 首先你需要将phonegap.jar添加到你的项目中
  2. 你需要将phonegap插件添加到你的eclipse中
  1. first you need to add phonegap.jar to your project
  2. you need to add phone gap plugin to your eclipse
混浊又暗下来 2025-01-02 12:45:36

警告:我是 AppLaud 插件的创建者

  • Use the AppLaud Eclipse Plugin for PhoneGap Android
  • Download and unzip the PhoneGap sources from GitHub
  • In the AppLaud wizard, select "Enter path to installed PhoneGap"
  • Enter the directory path to the unzipped sources from GitHub
  • Now you will be able to modify and debug the sources that comprise phonegap.jar

Caveat: I'm the creator of the AppLaud Plugin

尤怨 2025-01-02 12:45:36

全屏?
如果你想修改DroidGap.class,请从github下载源代码并重建phonegap。

此处重新构建指令: https://github.com/callback/callback-android /blob/master/README.md

fullscreen?
If you want modify DroidGap.class dowload source code from github and rebuild phonegap.

Rebulid instruction here: https://github.com/callback/callback-android/blob/master/README.md

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文