Emulate specific Android version
问题 I have a app released but im receiving some bug from specify Android version - 5.0.2 How can I emulate specific Android version? Api 21 represents versions 5 / 5.0.1 / 5.0.2, but i need to specifically test version 5.0.2. On Android Emulator i don't have the option for this version, neither on Genymotion. Any ideas? Edit: Android sdk manager only has versions 5.0.1 and 5.1.1, but not 5.0.2. 回答1: I just figured it out !! Let me put here the steps for everyone who is having the same problem