I am following the simple guide from https://developer.android.com/training/basics/firstapp/running-app.html and it seems pretty silly that I am on pretty much the first step (running the app on my Google Pixel) and I keep getting error messages similar to this one:
"Installation failed with message device 'FA68J0300060' not found. It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.
WARNING: Uninstalling will remove the application data!
Do you want to uninstall the existing application?"
I have tried looking to see if there was an existing version but it does not appear so, and any troubleshooting I have done already has proven ineffective.
Bear in mind that Android and its toolchain, including Android Studio, are a fast-evolving ecosystem (a mess if being cynical). No one can guarantee a working solution will still work, say, 3 minor updates later.
My setup
I got the same problem as yours. The only solution, i.e., the last resort after many tries, is go to your Terminal and run:
adb kill-server
adb start-server
Before this I've tried
no data transfer
or the likes. The actual mode is unimportant.I believe the bolded parts are still essential, but without restarting adb it wouldn't have worked.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With