Prototik / HoloEverywhere

NO LONGER MAINTAINED. DEVELOP FOR 4.X+ DUDE.
MIT License
2.18k stars 608 forks source link

library does not work with android 4.2.2 #810

Closed ghost closed 10 years ago

ghost commented 10 years ago

hi i,m developing with android 4.2.2 but the library just working with api level 19 is there any way to use the library for this version?? what should i do?? please help me...

BraisGabin commented 10 years ago

What don't work? Any log error? How can we reproduce this?

ghost commented 10 years ago

logcat error:

FATAL EXCEPTION: main java.lang.NoClassDefFoundError: android.support.v4.view.ViewCompatHC at android.support.v4.view.ViewCompat$HCViewCompatImpl.resolveSizeAndState(ViewCompat.java:441) at android.support.v4.view.ViewCompat.resolveSizeAndState(ViewCompat.java:1135) at org.holoeverywhere.widget.LinearLayout.measureVertical(LinearLayout.java:848) at org.holoeverywhere.widget.LinearLayout.onMeasure(LinearLayout.java:956) at android.view.View.measure(View.java:15518) at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4825)

you can see all errors here: http://textuploader.com/13ec

Prototik commented 10 years ago

How you include library to your project?

ghost commented 10 years ago

properties -> Android -> Add the library work fine in api 19 but in android 4.2.2 it's not work

ghost commented 10 years ago

please test the library on api level 17 (4.2.2) to see does the library work or not ...

bazted commented 10 years ago

Library is working in mine application from 2.2 till 4.4.2 or from 7 api level till 19. All of them where tested on Genymotion emulators. Or maybe you are trying to build project with api sdk 17?

Prototik commented 10 years ago

Fuck, library working everywhere! Even on Android Wear (with broken skin in round variation, i know). screenshot from 2014-04-05 16 01 33 I even not too lazy for searching my first android phone (se u20i, 4.1.2, ldpi, 2010 year motherfucker!): 2014-04-05-160900 2014-04-05-160946 device-2014-04-05-161050

btw genymotion is shit.

ghost commented 10 years ago

yeah, i'm trying to build project with api sdk 17

bazted commented 10 years ago

@Prototik, Genymotion runs faster than standard emulator and has features that I like(ex. Copy from Desktop & paste to device). Btw it's question of personal opinion.

@hamedjj, try to use only the newest SDK and try to read wiki and ask questions on stackoverflow before opening issues.

I understand angry of @Prototik. What did you think writing "not working" if you can see that project has more 2k stars. I won't think github society will star something that is not working.

@Prototik thanks for great work.