390
This did the trick for me:
- Close android studio
- Change project root directory name
- Open android studio
- Open the project(not from local history but by browsing to it)
- Clean project
If your settings.gradle
contain the below line, either delete it or update it to the new name.
rootProject.name = 'Your project name'
Edit:
Working in all versions! Last test: Android 3.2.1 Jan 2019
요약 : 본문 내용 적용 => string.xml 에서 프로젝트 이름 변경, file - project structure에서 application name ****.****.*** 식으로 되어있는 이름 변경.
'Python Library > TensorFlow' 카테고리의 다른 글
Keras Image Callback (0) | 2019.09.13 |
---|---|
[JNI] JNI Passing arguments 기초 (0) | 2019.09.09 |
Keras 대용량 데이터 처리를 위한 Custom Generator 스택 오버플로우 글 (0) | 2019.09.08 |
tensorflowLite Android Import 방법 (0) | 2019.09.06 |
[Pycharm] '_xsrf' argument missing from POST 오류 해결법 (0) | 2019.08.29 |
.idea
folder is modified everytime the root folder name changed. It's better not to touch to.idea
folder's content. – Yen NQ Apr 9 '15 at 2:46app_name
? – n00dles Apr 9 at 19:58