嗚嗚喔學習筆記: Unity & Android 交互的坑

搜尋此網誌

2019年4月22日 星期一

Unity & Android 交互的坑

Android 移植Unity

坑  -> 如果你的module 用到其他Jar 也要 "手動" 加入Unity

坑  -> 找不到 Suport.v4 checkSelfPermission ,
   解法 : 需要 Suport.v4.jar 24.1以上才有
   載點 : https://mvnrepository.com/artifact/com.android.support/support-v4/24.1.1


坑  -> android.view.ViewRoot$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.

使用 runOnUiThread 處理



沒有留言:

張貼留言