使用Android Studio开发android应用
在2013年5月16日开发者大会上,google公司发布了一个新的集成开发环境:Android Studio
该IDE是专门用来开发安卓应用程序的,如果你需要使用Java的话就需要下载Java的IDE了!
google慢慢地已经把重心放到Android Studio上了,所以有必要熟悉下这个IDE开发环境!
本篇博文会不定期地进行更新!对遇到的问题以及一些新的东东都会记下来!希望能帮到各位coder!...
分类:
移动开发 时间:
2014-07-30 03:21:18
阅读次数:
432
1.如果本地的jdk是32位的,那么最大的内存只能支持到10242.测试jdk位数public class Test {public static void main(String[] args) throws Exception{System.in.read(); }}1.javac Tes...
分类:
其他好文 时间:
2014-07-29 20:55:42
阅读次数:
222
Failed to refresh Gradle project ‘service’ Unknown host ‘downloads.gradle.org’. Please ensure the host name is correct. If you are behind an HTTP proxy, please configure the proxy settings eith...
分类:
移动开发 时间:
2014-07-29 18:28:22
阅读次数:
2196
我的创意idea快递公司与地图软件公司合作推出一款软件,通过地图上显示快递运送过程,当快递员快要到达顾客预先设置的地点时,自动发送短信提醒顾客碰头接货,顾客也可以从地图上时时了解快递员的位置。 地理位置...
分类:
其他好文 时间:
2014-07-29 16:21:19
阅读次数:
306
Description
Before ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for this action comes from Irreversibly Bound Money (IBM). The idea beh...
分类:
其他好文 时间:
2014-07-29 15:08:28
阅读次数:
232
A very interesting numeric problem. It involves a lot tricks.Linear search (by +\-) is not feasible - too slow. So binary search is a good idea. Also ...
分类:
其他好文 时间:
2014-07-29 14:02:08
阅读次数:
187
Gradle这个玩意儿让人又爱又恨,老是出问题,比如第一次用它就费了了我很大的劲才搞定!分享给大家。
分类:
移动开发 时间:
2014-07-29 12:00:16
阅读次数:
319
Definition of Supervised Learning and unsupervised learningIdea of supervised learning is to teach computer how to do something.Idea of unsupervised l...
分类:
其他好文 时间:
2014-07-28 11:32:10
阅读次数:
183
转载地址:http://www.cnblogs.com/youxilua/p/3348162.html1: 使用最新的gradle android插件以前我们写的时候会这么写dependencies { classpath 'com.android.tools.build:gradle:0.5...
分类:
移动开发 时间:
2014-07-27 23:26:29
阅读次数:
241
每个android studio下都有build.gradle文件,这里有工程构建的一些信息:
如果我们要得到一个工程的版本号,我们可以这样来获取:
那我们在build.gradle里,这里默认的函数都可以使用DefaultGroovyMethods,里面有很多有用的方法可以调用,
我们采用
public static java.lang.Process...
分类:
其他好文 时间:
2014-07-27 11:53:33
阅读次数:
300