gpt4 book ai didi

android - 黑莓 Android Lauch 不工作

转载 作者:行者123 更新时间:2023-11-29 14:52:46 24 4
gpt4 key购买 nike

我正在尝试在我的 Blackberry Playbook 上调试移植的 android 应用程序,但每当我尝试将其作为 Blackberry Android Launch 启动时,它都会给我这个错误:

An internal error occurred during: "Launching The Dot Game Playbook".
com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper.parseForData(Lorg/eclipse/core/resources/IProject;)Lcom/android/sdklib/xml/ManifestData;

我不知道是什么导致了这个错误。该应用程序在 android 模拟器中运行良好,但不适用于黑莓工具。我试过清理项目、更新 android SDK、重新启动 Eclipse 并重新安装 Blackberry 插件,但没有任何效果。有什么想法吗?

编辑:这是我的 AndroidManifest.xml:

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

<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="10" />

<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" android:allowBackup="true">
<activity
android:name="net.g33kworld.thedotgame.DotGame"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

最佳答案

BlackBerry Plug-in 1.3 Beta 与 ADT(Android 开发工具)21 版不兼容。我在 Windows 7 和 Mac OS 10.7.5 上也遇到过这个错误。

一个小时后我终于找到了解决方案(workaround):

  1. 从 Eclipse 中卸载 ADT 和 BlackBerry 插件
  2. here 手动下载 ADT 20
  3. 从下载的存档中安装 ADT 作为 Eclipse 插件
  4. 安装 BlackBerry 插件 1.3 Beta

请注意,我还在我的 personal site 上发布了包含更多详细信息的解决方案。

关于android - 黑莓 Android Lauch 不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13373416/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com