I'm trying to compile my game for my Android. I'm following the instructions and I'm just about done preparing the Eclipse IDE and AppGameKit player project. When I go to run the project, whether or not I choose to run or debug, I get the following error:
------------------------------
Android Launch!
adb is running normally.
Performing android.app.NativeActivity activity launch
Automatic Target Mode: using device '0A3BC14219017003'
Uploading AGKPlayer.apk onto device '0A3BC14219017003'
Installing AGKPlayer.apk...
Re-installation failed due to different application signatures.
You must perform a full uninstall of the application. WARNING: This will remove the application data!
Please execute 'adb uninstall com.thegamecreators.agk_player' in a shell.
Launch canceled!
1) Is this normal?
2) It says to execute that command in a shell. What shell?
Anyone else come across this message? Did I miss a step?