-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apps crash with android Jelly Been #2
Comments
I have no device with Jelly Bean for tested, but with Froyo, Gingerbread and KitKat I have problem. |
+1 |
The best solution that I found, is:
if(android.os.Build.VERSION.SDK_INT > android.os.Build.VERSION_CODES.JELLY_BEAN) { |
There are not should be problem with earlier Android version than Jelly Bean, so it is probably only Jellby Bean problem and this == is enough. |
Hello !
App crash with android JellyBeen,
After onReceiveAd(), app return "
01-04 17:30:20.000: A/libc(4488): Fatal signal 11 (SIGSEGV) at 0x00000008 (code=1), thread 4488 (.cosmix.grawler)"
the problem is caused by an hardware acceleration issue, which can be solved turning hardwareAccelerated to false into AndroidManifest,
but doing this the app graphics quality highly decrease,
is there any solution, like only target the admob plugin hardware acceleration ?
trying to doing it into AndroidManifest activity doesn't work.
Regards,
The text was updated successfully, but these errors were encountered: