android - Strange distortion when trying out a Phonegap project in Genymotion emulator -
when run phonegap 3.0 project in genymotion emulator, app appears strange distortion. following should display standard helloworld icon, :
but when click on tilt-button twice, icon is displayed right.
the distortion not happen when run app in standard avd emulator or directly on phone.
does recognize this, , maybe has cause or solution?
i'm wondering if there's wrong app, or not...
update: when try other android image, nexus 1 - 4.1.1, app appear right.
i encountered issue regular avd emulator.
the 2 comments on question sorted out me, work too?: avd "use host gpu" cause black screen when testing apps
@david brown turn android:hardwareaccelerated "false" in androidmanifest.xml solved problem, can't enjoy hardware accelerate features (i use android studio now, , genymotion, have same problem.) – hkinterview aug 26 @ 7:28
@hkinterview thanks! left use host gpu on , set android:hardwareaccelerated="false" in both , tags. graphics load , fast performance! – john jelinek sep 21 @ 21:38
Comments
Post a Comment