Rhodes3.3.3でAndroidのカメラがrotation(回転)される不具合対応

Rhodes3.3.3からカメラのrotation設定がrhoconfig.txtに記述されているが
Android向けはbuild.ymlに設定する。

rhoconfig.txtのrotation設定をコメント

# disable screen rotation (enabled by default) - disable possible for ANDROID and iPhone ONLY
# disable_screen_rotation = 1   #この行をコメント

build.ymlにrotation設定を追加

android:
  version: 2.2 
  apikey: 0zQdGIKAYKY-RI29el8klhokdyuZTHthraRHFZA
  mapping: true
  android_title: 0
  minSDK: 8
  orientation: portrait #この行を追加

iOS用にビルドするときは、rhoconfig.txtのrotation設定を戻しとかないと
 縦横固定されないですよ。。。