I want to support newer themes using values-11, values-14, etc. For the application to compile, I have to increase the target API, but that removes the lower API AVDs from the selection list in the run configuration. How do you get eclipse to run it on an older version to see if it works? I’m sure I can load it manually but it seems Eclipse should allow this.
I want to support newer themes using values-11, values-14, etc. For the application to
Share
I think Eclipse will try to launch an AVD that satisfies your
targetApiLevel, but if any AVD is running at or above yourminSdkLevel, then it will use that instead. But you need to make sure the AVD is properly registered with Eclipse. In my experience, this usually would seem to mean not closing the AVD Manager window until the AVD is fully booted and showing the Home screen (or your app).