Just today I downloaded "adt-bundle-windows-x86" with eclipse and sdk inside. It's really cool. But when I created the android emulator: GOOGLE_API 4.0.3; I have it:
after pressing CNTRL + F11 I got:
What could be wrong? Is this a problem in my OS? How can I restore it?
I have found a reason. I decided to choose "HVGA". But now there is no only "HVGA", but "HVGA slider". That is why the orientation is this. Now we just have to use "QVGA", Sorry, this is my mistake. Thanks for all the answers.
Try using this code at the beginning of your program:
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
Also add this to your manifest file (under the action):
android:configChanges = "orientation"
Try pressing CTRL + F11 to turn back.
I had the same problem, but in most cases I need to restart the emulator.
Source: https://habr.com/ru/post/1447741/More articles:How to set and get JavaFX table cell value as swing JTable - javaHow to select CLOB data type data from db2 - sqlCan you instantiate a template class at runtime using C # - genericsProblems with Webview and httpClient in titanium - webviewJavascript gets and formats the current date - javascriptTesting ListView with Robolectric - androidmaking compatible Chrome.mp4 with ffmpeg from the command line - google-chromeSSRS automatically generates one PDF file - reporting-servicesPerl regexps does not match line with leading zeros / incorrectly escaped digits with leading zeros on command line in Perl - regexlistbox with item width after control width - wpfAll Articles