How to connect app Android with amf web services?

匆匆过客 提交于 2019-12-11 06:51:17

问题


I want to write and read to web service AMF. I tried import flex-messaging-core.jar and flex-messaging-common.jar but Eclipse give me the next error:

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

回答1:


As per the Adobe site you need to use flex-messaging-client-android.jar. Once I started using that file instead of the separate includes it worked fine.



来源:https://stackoverflow.com/questions/9992095/how-to-connect-app-android-with-amf-web-services

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!