android - 如何将应用程序 Android 与 amf 网络服务连接?

标签 android eclipse apache-flex amf

我想写入和读取 Web 服务 AMF。我尝试导入 flex-messaging-core.jarflex-messaging-common.jar 但 Eclipse 给我下一个错误:

Eclipse: (Android 2.2)
...... Error generating final archive: Found duplicate file for APK: flex/messaging/version.properties
Origin 1: ......\android\flex-messaging-core.jar
Origin 2: ......\android\flex-messaging-common.jar

最佳答案

根据 Adobe site你需要使用 flex-messaging-client-android.jar。一旦我开始使用该文件而不是单独的包含文件,它就可以正常工作。

关于android - 如何将应用程序 Android 与 amf 网络服务连接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9992095/

相关文章:

java - $_POST 未从 Java 代码接收数据

java - 在哪里更改 Eclipse 用户界面中的列表项背景颜色?

eclipse - Eclipse 的 Bash 脚本插件?

java - Eclipse 编译器和 javac 之间的差异 - 枚举、接口(interface)和泛型

actionscript-3 - Flash 使用 AIR 14.0 开发无效的命名空间

java - RecyclerView 只在 List 中添加一项,而不是添加所有条目

android - NativeScript - 无法将请求的类放在单个 dex 文件中

android - 应用程序不会在 HTC Sensation 的市场上显示

apache-flex - 在 Flex 4 中打印滚动条内的内容

apache-flex - 如何禁用 Flex Text 控件中的复制/粘贴?