メモ程度に. 詳細はリンクを参照.
<環境>
・Unity 2018.1.0f2
・Android Studio 3.0.1
・タブレット lenovo TAB4 8 Plus
<流れ>
・このサイトを参考に進めるもbuildに失敗
→ ここ(上記リンクと同ページ)を見て解決.
・buildには成功するがbuild and run に失敗.
→ ドライバの設定, デバッガモード有効化, API Level にまつわるトラブルシューティングをするも解決せず.
→ <参考>のwarningより, "You are trying to install X86 APK to ARMv7 and ARM64 device. Please select ARMv7 or ARM64 as device filter under Player Settings or connect X86 device". ということで, Edit -> Project Setting -> Player -> Target Architectures の Armv7 にチェックを入れて, x86 のチェックを外すと Build and Run に成功した.
とりま Android の build には成功したので, 次はいよいよ oculus go 向けに build だ.
<参考>
・build and run時のメッセージ
UnityException: No compatible Android device found
No compatible Android device found. If you are sure that the device is attached then it might be USB driver issue, for details please check Android SDK Setup section in Unity manual.
No compatible Android device found. If you are sure that the device is attached then it might be USB driver issue, for details please check Android SDK Setup section in Unity manual.
Hardware of device Lenovo Lenovo TB 8704F (HGAG57X7) is not supported: Device: HGAG57X7 [Lenovo TB-8704F]
You are trying to install X86 APK to ARMv7 and ARM64 device. Please select ARMv7 or ARM64 as device filter under Player Settings or connect X86 device.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
You are trying to install X86 APK to ARMv7 and ARM64 device. Please select ARMv7 or ARM64 as device filter under Player Settings or connect X86 device.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
0 件のコメント:
コメントを投稿