pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.1k stars 256 forks source link

Fail to start while syncing #79

Closed ckesc closed 6 years ago

ckesc commented 6 years ago

I called Clear and restart while AndroidStudio was performing gradle sync. And got:

ADB IDEA: Start fail... Parameter specified as non-null is null: method com.developerphil.adbidea.adb.ShellCommandsFactory.startActivity, parameter activityName

Maybe plugin should check if sync is going and print more relevant text :)

pbreault commented 6 years ago

That was a great idea. It's implemented in 1.5.0. Thanks for the suggestion!