Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

External Display feature testing in Emulator JBMR1

I have downloaded Jelly Bean MR1 SDK in eclipse and wanted to see External Display feature. In Emulator,

  • I enabled Secondary display in "Simulate secondary displays" feature in Development Settings => It created Overlay #1
  • I used the API Demo->App->Activity->Presentation , but Only "Display # 0 , Built in Screen" is showing up. Overlay is shown but nothing is rendered in that. Ideally, I expected images to come in Overlay.

How to test this External Display(Presentation Class) feature in emulator .. Please help.

Thanks and regards Purush

like image 984
user1838059 Avatar asked Nov 20 '12 08:11

user1838059


1 Answers

Found the solution, you need to enable graphics acceleration when starting the emulator, so just pass "-gpu on" when calling emulator.

like image 86
Sasha Nikolic Avatar answered Oct 31 '22 05:10

Sasha Nikolic