Android Studio App not running on Device and Emulator -


app doesn't run on both emulator , device on mac, error saying client not ready yet.

i tried invalidating , restarting android studio , tried close app, uninstall, rerun , disabling instant run ,clean project, rebuild , deleting gradle none of these worked.

below run log i'm getting.

$ adb push /users/username/app/app/build/generaldebug-1.6.1-530966e6.apk /data/local/tmp/com.site.app $ adb shell pm install -r "/data/local/tmp/com.site.app” success

client not ready yet..

does know solution it?

after lot of tries, resolved closing project , reimporting it.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -