Screen Shot 2014-02-22 at 19.41.02

Where to place the assets folder in Android Studio

If you are having problems with asset files not being included in your compiled apk file, it may be because your assets folder is placed in the wrong directory.

The assets folder should usually be inside the following folder:

<project>/src/main/

That is the default, but make sure to check the asset folder configuration settingin your projects.imlfile, to be sure which folder it really is:

<option name=”ASSETS_FOLDER_RELATIVE_PATH” value=”/src/main/assets” />

The path to the assets folder should be:

<project>/src/main/assets

place all your assets inside, and the files should now get included in the build!

If not, try cleaning t he project, by going toBuild -> Clean project
or running ./gradlew clean

转:http://envyandroid.com/archives/1074/assets-android-studio

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android RecyclerView
  2. android度量相对于地球坐标系的加速度
  3. Android base64 上传图片
  4. Android Studio第六期 - 横向GridView
  5. android的k歌
  6. Android--遍历SQLite数据库下的所有表名
  7. EditText
  8. Android--取得布局中指定控件的宽高
  9. Android取得系统信息和分辨率内存信息
  10. 删除android ScrollView边界阴影方法