I can’t create workable Libgdx project on Eclipse.
No red marked visible compilation errors.
Just “!” symbol on the project name.
Errors: Invalid ZIP archive: libs/armeabi-v7a/libgdx.so [in ...] Invalid ZIP archive: libs/armeabi-v7a/libandroidgl20.so [in ...] ... Invalid ZIP archive: libs/armeabi-v7a/libandroidgl20.so [in ...] Invalid ZIP archive: libs/armeabi/libgdx.so [in ...]
Or sometimes I got strange error box:
Launch configuration CacheLineSize references non-existing project game1.
BTW, Eclipse is so uncomfortable that I can’t open and close project. All projects in a pile…
But my main problem that I can’t create final apk for Libgdx project in IntelliJ IDEA.
(apk is small with no images, proguard errors).
And so I try to create release apk on eclipse.
i think you have problem in your libraries. go and download latest libs from this Link. and replace them with your current libs. java libs and android libs. (your problem is in android libs)
look, my english is not good, but i think you have problem with your apk and your images. images can set with latest sdk, you just select an image, then eclipse change it to correct sizes and for apk look for mario’s tutorials. and finally, go in LibGDX site or their Forum and look for your answer. i hope my reply help you.