码迷,mamicode.com
首页 >  
搜索关键字:android-studio    ( 5840个结果
FindBugs:Compiler output path for module can not be null. check your module/project settings问题原因
可能很多人在使用Android studio 中的插件中会发现这个错误提示:Compiler output path for module can not be null. check your module/project settings。 会报这个错误是因为你工程没有make。因为Findbugs并不是针对你的源代码进行检测,而是根据编译后文件(如:class.dex)进行检测。 所以如...
分类:数据库   时间:2014-06-27 09:42:01    阅读次数:303
Android漫游记(4)---.so文件动态调试一例
Android平台的动态调试一直以来是个困扰我等Coder的头疼问题,特别是对于本地的动态调试支持,可以说是“弱智”级别的,不知道Google的新版NDK和新出的Android Studio对这块支持如何,让我们拭目以待。 言归正传,我这里采用的是cygwin+ndk-gdb的调试模式,灵感来自于XDA的一篇博文(点击打开链接),平台和原文作者不同:...
分类:移动开发   时间:2014-06-22 22:55:26    阅读次数:699
Android Studio升级后工程Build failed.
升级后: android studio 0.6.0 build tools 19.1.0 Android SDK tools 22.6.4. 错误信息: Error Info Error:(11) Error parsing XML: not well-formed (invalid token) Error:(11) Execution failed for task ':proc...
分类:移动开发   时间:2014-06-22 19:31:38    阅读次数:276
Android Studio IDE Out of Memory
Android Studio使用中遇到的问题。...
分类:移动开发   时间:2014-06-22 17:57:50    阅读次数:602
Android SDK下载速度慢的解决方法(简单使用代理)
相信做android开发的同学们,一定会遇到的问题就是google那边经常崩,但是学习的开始,我们又必须要用Android SDK,(几个G的大小),一般我们装完ADT之后(如果你用的是Eclipse,android studio的就不需要了。),这时候我们需要打开SDK Manager来下载Android SDK的一些工具,还有android不同版本的内容。但是你会发现速度慢得惊人。原因就是Go...
分类:移动开发   时间:2014-06-18 07:58:45    阅读次数:565
gradle编译出错:Execution failed for task ':app:compileTestDebugJava'.
今天更新了android studio,从0.5.3升级到0.6.1版本,结果在IDE中编译时没有问题,但是在命令行时编译就会出现以下错误: :app:compileTestDebugJava FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:c...
分类:移动开发   时间:2014-06-18 06:40:05    阅读次数:395
android studio 报ambiguous method call
如题,在android studio中调用this.toString时,提示的错误信息是ambiguous method call. both get class () in object and get class () in object match主要是编译器不清楚getclass是使用的sd...
分类:移动开发   时间:2014-06-17 13:39:04    阅读次数:227
Android Studio VS Eclipse (还在用Eclipse?你OUT了!)
Android Studio简单介绍。Android Studio对比Eclipse,优缺点对比。Android Studio转型Eclipse可能性分析。...
分类:移动开发   时间:2014-06-15 19:10:06    阅读次数:481
Eclipse,到了说再见的时候了——Android Studio最全解析
去年的Google大会上,Google带给我们一个小玩具——Android Studio,说它是玩具,是因为它确实比较菜,界面过时,操作不流畅,效率也不高,但是现在,虽然版本还是0.6,甚至都没到1.0,但是我们可以发现亲儿子到底是亲儿子,现在的Android Studio已经今非昔比,用了一段时间,简直爱不释手,我觉得,It's time to say goodbye eclipse!本文将带领...
分类:移动开发   时间:2014-06-15 14:51:47    阅读次数:379
Android DEV : Android Studio Build Error
有段时间没打开Android Studio, 今天尝试编译个App却出现如下错误. Error:The SDK Build Tools revision (19.0.3) is too low for project ':app'. Minimum required is 19.1.0 折腾了一下,...
分类:移动开发   时间:2014-06-14 08:21:35    阅读次数:299
5840条   上一页 1 ... 581 582 583 584 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!