sephiroth74/Android-Exif-Extended

NoClassDefFoundError

Opened this issue · 3 comments

Hi,

I want test your library in Android and when I import library to new project in Eclipse app crash with java.lang.NoClassDefFoundError

Here is logcat scr:
zrzut ekranu 2014-02-18 o 13 19 18

and here is how I include your library to Android project in Eclipse:

zrzut ekranu 2014-02-18 o 13 21 37

Could you help me? Is it possible I am just including projects wrong?

You should use Android Studio with gradle with this library

If you want to use it in eclipse you must import them as "existing code" and not as "existing projects" and then mark both of them "library-java" and "library-native" as library projects.

Ok I've just tried this solutions and is better, because it is no longer error NoDefClass... but here is next error like this:
scr

It's look like need some other files to include to project, right?