Bugdr0id
Bugdr0id

Reputation: 3063

Android Studio cant run app on emulator

My Android Studio can start the emulator but then cant initialise the app. At first I start emulator through "Android Virtual Device Manager", then I click on "Run" button and select the "online", already launched and initialised, emulator.

On "messages" tab i receive the following message:

Error:no devices found

I also tried to start emulator by selecting "Run" button and selecting the emulator I want to start, but the result is the same.

Any ideas on how to fix this problem?

Upvotes: 1

Views: 4168

Answers (1)

Dinesh Thiyagarajan
Dinesh Thiyagarajan

Reputation: 480

Make sure that your target sdk version is equal to the version that you are running in the Emulator .and make sure you have unchecked Tools > Android > Enable ADB Integration

Upvotes: 3

Related Questions