LoginSignup
3
3

More than 5 years have passed since last update.

Cocos2d-x Android実機転送するときに上書きインストールしたい

Last updated at Posted at 2015-08-22

Cocos2d-x v3.2 で確認

cocos run -p android

このようにcocos runコマンドを使用すると
古いapkをアンインストールしてから新しく作成したapkをインストールするという動作になる。

そうしないで上書きインストールしたい場合は次のようにする

cocos compile -p android && adb install -r bin/debug/android/MYPROJECTNAME-debug.apk

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3