Unity 에서 빌드를 하다보면 Error while saving blame file 에러가 발생 하는 경우가 있다.

이런 경우 Manifest 파일에 xmlns:tools="http://schemas.android.com/tools 를 추가해 주는걸로 간단하게 해결 할 수 있다.


1
2
3
<!--?xml version="1.0" encoding="utf-8"?-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.test" xmlns:tools="http://schemas.android.com/tools">
</manifest>

Posted by 후미카
:

카테고리

전체보기 (102)
Development (102)

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

달력

«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

글 보관함