본문 바로가기

유니티/오류

Unity(유니티)_Resource 'style/BaseUnityGameActivityTheme' not found in AndroidManifest.xml:128

오류 내용 : 

Resource 'style/BaseUnityGameActivityTheme' not found in AndroidManifest.xml:128

 

 

이러한 문제는 

"AndroidManifest"의 해당 문구를 

지워주면 된다.

수정 전 : 
<activity android:name="cohttp://m.unity3d.player.UnityPlayerGameActivity"
          android:theme="@style/BaseUnityGameActivityTheme">

수정 후 
<activity android:name="cohttp://m.unity3d.player.UnityPlayerGameActivity">

 

 

Unity(유니티)_Resource 'style/BaseUnityGameActivityTheme' not found in AndroidManifest.xml:128