AndroidStudio笔记--项目结构与Eclipse的一些区别

时间:2014-10-23 16:24:41   收藏:0   阅读:291

 

AndroidStudio中的项目结构与Eclipse中有所区别:

以一个名为test的项目为例,文件对比:

Eclipse中项目文件----AndroidStudio中的文件

* AndroidManifest.xml  =>  test\src\main\AndroidManifest.xml
* assets\  =>  test\src\main\assets\
* res\  =>  test\src\main\res\
* src\  =>  test\src\main\java\

Eclipse项目结构:

bubuko.com,布布扣

AndroidStudio项目结构:

bubuko.com,布布扣

原文:http://blog.csdn.net/only_tan/article/details/40396831

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!