How annoying is it that a blank activity doesn't just auto build on a clean Android Studio v1.3 install? I understand needing Java installed for a simulator to run, but the rest is unacceptable..Xcode builds on any device in seconds..
Can someone please explain how this is possible? I mean I've been developing Android apps for years, but this a completely different issue.
No Connected Devices
No Debuggable Application
That's what I get with a brand new install on a Windows 8.1 Parallels VM, with a 4GB partition, actually did drop the simulator's memory to 1GB, because it defaults to a Nexus 5 with 1.5GB needed? That makes no sense if they suggest 512 to 1GB recommended during install...
You understand the question right? How can this happen? Maybe this should be community wiki...
If I was honest with myself, I actually don't know how to fix this out of the box...
UPDATE
Getting
emulator window was out of view and was recentered
and blank emulator screens still after changing:
minSdkVersion 15
targetSdkVersion 22
//to
minSdkVersion 14
targetSdkVersion 21
This post doesn't help either...