Search code examples
androidcordovaandroid-studioadb

Different screen sizes and resolutions on Nexus 10 emulator


So I'm build a Cordova app, and just like everyone else, I've run into the issue of testing on different Android screen sizes and resolutions.

Other SO answers have pointed me here which looks pretty promising, except for the fact that I don't have a Nexus 10.

So my plan was to install a Nexus 10 emulator and then try out some of the commands found in the link above. The problem is that when I'm using adb, it's looking for real hardware as opposed to an emulator.

Has anyone got a way around this? Because running all possible screen sizes and resolutions in the Nexus 10 emulator would be pretty damn sweet!


Solution

  • As you don't have a real nexus 10 you can use genymotion and download a nexus 10 image, it will behave like a real device and the steps in your links should work