고도의 모바일 광고 http 에러

 android:usesCleartextTraffic="true"


  <application

      android:label="@string/godot_project_name_string"

      android:allowBackup="false"

      android:icon="@mipmap/icon"

      android:appCategory="game"

      android:isGame="true"

      android:hasFragileUserData="false"

      android:requestLegacyExternalStorage="false"

      android:extractNativeLibs="true"

      tools:replace="android:extractNativeLibs"

      tools:ignore="GoogleAppIndexingWarning"

android:usesCleartextTraffic="true"

 >

고도의 안드로이드 매니페스트의 하단에 텍스트 트래픽 true해줌.

댓글

이 블로그의 인기 게시물

고도엔진을 안드로이드애플리케이션에 임베드하는거 공부하기

[코틀린] 고도엔진 안드로이드 플러그인 최종정리

godot용 android plugin 제작