2013年6月16日

摘要: In eclipse ADT : 1、创建一个新工程File -> New -> Android Application Project 2、三个主要的文件/src/MainActivity.java/res/layout/activity_main.xml/res/values/strings.xml 3、activity_main.xml文件 文件下方有两种编辑方式:Graphical layout 编辑 与 xml 编辑。 此时暂时不需要修改main.xml文件。 4、string.xml文件 文件下方有两种编辑方式:Resources 编译 与 xml 编辑。 ... 阅读全文
posted @ 2013-06-16 16:17 plinx 阅读(276) 评论(0) 推荐(0)
摘要: 1、download ADT from offical websitehttps://developer.android.com/sdk/index.html TIPS:With a single download, the ADT Bundle includes everything you need to begin developing apps:Eclipse + ADT pluginAndroid SDK ToolsAndroid Platform-toolsThe latest Android platformThe latest Android system image f... 阅读全文
posted @ 2013-06-16 14:18 plinx 阅读(469) 评论(0) 推荐(0)
摘要: 1、download Android Studio from the offical websitehttps://developer.android.com/sdk/installing/studio.html (You could also check the offical website tips to install the Android Studio.) 2、Unpack the downloaded Tar file.$ sudo tar xvf android-studio-bundle-130.687321-linux.tgz -C ~/Software/Andro... 阅读全文
posted @ 2013-06-16 09:55 plinx 阅读(2174) 评论(1) 推荐(0)

导航