1. build.gradle -> applicationId 수정 필요
2. $prjname.iml -> GRADLE_PROJECT_PATH 수정 필요
3. $ cd src/main
4. AndroidManifest.xml 내 수정
prj 구조 - http://stackoverflow.com/questions/19225857/assets-folder-in-android-studio
root-module
|--.idea
|--app
|----build
|----src
|------main
|--------assets
|----------SomeFont.ttc
|----------AnotherFont.otf
|--------java
|----------source code here
|--------res
|------AndroidManifest.xml
|----build.gradle
2. $prjname.iml -> GRADLE_PROJECT_PATH 수정 필요
3. $ cd src/main
4. AndroidManifest.xml 내 수정
prj 구조 - http://stackoverflow.com/questions/19225857/assets-folder-in-android-studio
root-module
|--.idea
|--app
|----build
|----src
|------main
|--------assets
|----------SomeFont.ttc
|----------AnotherFont.otf
|--------java
|----------source code here
|--------res
|------AndroidManifest.xml
|----build.gradle
'Android' 카테고리의 다른 글
android capture video (0) | 2015.03.06 |
---|---|
static way to get context on android (0) | 2015.02.06 |
add library on android studio (0) | 2014.12.18 |
how to change status bar color on android (0) | 2014.12.18 |
kitkat ext sdcard issue (0) | 2014.11.14 |