I have migrated my project from Android Studio 2.3.3 to Android Studio 3.0 Beta 2 and now my project won\'t run.
I get the following message in the console:
I faced with this issue in an ionic cordova project
the solution was a clean of the project :
cordova clean android
i hope it will be helpful