原来有的地方打不了断点 会提示no executable code at line xxx 源码sdk里有,sdkManager下好对应版本,然后使用对应版本的模拟器debug就行了 如果要debug的不在sdk里的源码,可以去[https://android.googlesource.com/]下载…
错误提示: Error:Execution failed for task ':app:lintVitalRelease'. > Could not resolve all artifacts for configuration ':app:debugAndroidTestRuntimeClasspath'. > Could not resolve com.android.support.test:runner:1.0.2. Required by: project :app > Cou…
1. Debug 模式查看变量的值: To quickly evaluate the value of any expression while debugging the program, hold Alt and click this expression to see its value and calculate it, call a method, etc. 2. 自动补全快捷键,默认,自己设置过快捷键以自己的为准: Use Basic Completion (C…
如何在chrome上调试混合式APP https://developers.google.com/web/tools/chrome-devtools/remote-debugging/ Get Started with Remote Debugging Android Devices Kayce Basques By Kayce Basques Technical Writer at Google Remote debug live content on an Android device fr…
转载:http://www.cnblogs.com/sonyi/p/4154797.html 在经过两年的开发之本后,Google 公司终于发布了 Android Studio 1.0,喜欢折腾的童鞋们,抓紧折腾吧..... 一.下载Android Studio 1.0: 1)可以在谷歌Android官网下载Android Studio 1.0 (链接) .下载不了的童鞋可以到百度网盘上下载 (链接) . 2)下载后,Android Studio 1.0 二.安装Android Studio 1…
转自:http://www.cnblogs.com/sonyi/p/4154797.html 在经过两年的开发之本后,Google 公司终于发布了 Android Studio 1.0,喜欢折腾的童鞋们,抓紧折腾吧..... 一.下载Android Studio 1.0: 1)可以在谷歌Android官网下载Android Studio 1.0(链接).下载不了的童鞋可以到百度网盘上下载(链接). 2)下载后,Android Studio 1.0 二.安装Android Studio 1.0:…