Issue
When I try to scroll through a scrollView
or listView
the Android Emulator automatically scrolls down to the very end of the view. It's impossible to scroll up again, because it just scrolls down again immediately. Please give me some advice.
Solution
I just faced the same problem. In my case it appeared to be an issue with using the Intel Atom x86 process settings in my AVD. I also had installed the Intel Hardware Accelerated Execution Manager (HAXM).
I noticed when launching the AVD that I was getting some errors and warnings regarding HAXM. After changing my AVD settings to use ARM instead of Intel, the scrolling issues seemed to stop.
If you are using have your AVD setup to use the Intel Atom processor, I would recommend trying the ARM setting and see if you still see the problem.
Answered By - SchwartzCode
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.