开发者

Android Packaging Problem

开发者 https://www.devze.com 2023-02-02 03:23 出处:网络
i am using libgdx framework in android. i copied gdx-helloworld.zip from the link http://code.google.com/p/libgdx/downloads/list and imported it in eclipse. but the problem is i couldn\'t开发者_C百科

i am using libgdx framework in android. i copied gdx-helloworld.zip from the link http://code.google.com/p/libgdx/downloads/list and imported it in eclipse. but the problem is i couldn't开发者_C百科 run the application.

Description - Conversion to Dalvik format failed with error 1 Resource - gdx-helloworld-android Location - Unknown Type - Android Packaging Problem

I dont where is the problem. any pls help me solve the pbm


This preoblem is mostly due to Some Class with Same name and Same Package in your applications and libraries. do one thing, change package of your library to some other and then try to export the jar from it.


1) Uncheck Build Automatically Option from Project menu .

2)manually  clean and build project.

Maybe this will solve your problem.

Note L its not for sure but my problem was resolved .
0

精彩评论

暂无评论...
验证码 换一张
取 消