After I installed an apk with the command: “adb install something.apk”, I closed emulator and opened it again. I didn’t see my app “something” anymore. What’s wrong with it?
After I installed an apk with the command: adb install something.apk, I closed emulator
Share
You could have wiped the user data from your emulator.
Make sure you uncheck “Wipe user data” when your start the emulator.