1.Exceptions
android.os.NetworkOnMainThreadException
- This Exception is happend when your android api version is upper 3.0(honeycomb) and network processing on Main-Thread. After Honeycomb, Google restric using network api on Main-Thread.
2. Solutions
If you have to use network api, handle on background thread.
'게임을 만들자 > Error 해결' 카테고리의 다른 글
Unity, Spine, SkeletonDataAsset has missing Atlas (0) | 2020.09.11 |
---|---|
ios Admob Sdk Version 확인 (0) | 2020.05.10 |
리그오브레전드 친구목록 버그(게임접속 안됨) (2) | 2020.03.31 |
구글 플레이 부가세 설정. 매우 중요! (0) | 2020.01.17 |
Google Iap Server Verification Error (0) | 2019.12.06 |