[INSTALL_PARSE_FAILED_NO_CERTIFICATES]
means that you didn't specify keystore.
Fill the debug keystore parts at Settings > Editor Settings > Android for One click deploy.
And if you want to release it, you need to fill the Keystore part at Export > Android > Keystore.
You can make a keystore with keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
You can use this keystore on both one click deploy and export release.
Also, default debug keystore can be found in this location.
- Windows Vista, 7, 8: C:\Users\.android\
- Linux/OS X : ~/.android/
Information of this default debug keystore is below.
- User alias : androiddebugkey
- Password : android