アプリケーション実行時、以下のエラーが出ました。
Re-installation failed due to different application signatures.
You must perform a full uninstall of the application. 警告: This will remove the application data!
Please execute ‘adb uninstall com.example.「アプリ名」’ in a shell.
コマンドプロンプトにてadb uninstallを実行してください、というエラーなのですが、実行してもadbコマンドが見つからずエラーになりました。
本来はSDKフォルダのtools内にadb.exeがあるはずなのですが、私の環境ではplatform-tools内にあり、そちらで実行したところうまくいきました。