반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 엘라스틱서치
- JavaScript
- 영어
- Git
- build
- logstash
- API
- 설정
- sample
- Ai
- ssh
- unity
- Windows
- JS
- elasticsearch
- 구글
- s3
- 유니티
- MySQL
- MSSQL
- mariadb
- error
- docker
- nodejs
- Linux
- Kibana
- AWS
- Python
- ChatGPT
Archives
- Today
- Total
목록xmlns:tools (1)
가끔 보자, 하늘.
google 연동 중 manifest 파일 merge 안될 때
Assets/Plugins/Android에 있는 AndroidManifest.xml 파일을 열어 아래 붉은 라인을 추가한다. tools로 붙은 태그는 빌드 시 적용되지 않는다. 툴 내부용 혹은 preview에만 적용되는 태그들이다. 왜 이 태그를 구글에서는 포함하지 않고 AndroidManifest.xml를 만드는지 모르겠지만 (범용으로 사용되는 내용은 아닌 듯...), 구글링 해보면 아래와 같은 문구를 찾을 수 있다. It defines the XML namespace of the document. You should put it, otherwise tags like could be not recognied by the parser. 요약하자면 이 테그가 없으면, 툴에서 AndroidManifest.x..
개발 이야기/개발 및 서비스
2018. 5. 29. 14:50