Tomer
Tomer

Reputation: 559

App not properly working on the emulator after android studio upgrade

Hey after an upgrade to my android studio and a change of versionName from "1.0" to "1.2.3" (in build.gradle), my app does not work properly on the emulator.

The app was working before the upgrade, the app is a simple video advertisement (supported by doubleclick) shown on a video. After the upgrade the app shows the video with out the advertisement.

I am quite positive that the problem is with the settings of the emulator but I do not know what setting I should change or how to change it.

Thanks in advance

Upvotes: 0

Views: 34

Answers (1)

Rok
Rok

Reputation: 133

Try to downgrade Android-studio to see if problem is in emulator or not

Upvotes: 1

Related Questions