码迷,mamicode.com
首页 > 其他好文 > 详细

真机可以单步调试

时间:2015-11-18 18:01:45      阅读:335      评论:0      收藏:0      [点我收藏+]

标签:

事实上,真机可以单步调试:技术分享https://community.embarcadero.com/answers/android-deploy-to-h-w-error-unable-to-start-gdbserver-on-port-64311
A solution to the gdbserver "port in use" error was noted in the Quality Portal for XE8 (技术分享https://quality.embarcadero.com/browse/RSP-11079).

Details copied from the comments in RSP-11079:

1) Open: Project | Options | Version Info
2) Select Target as "Debug configuration - Android platform"
3) Setup property InstallLocation = internalOnly
4) Save the project and try to debug

The default project options have installLocation set to preferExternal.

----------------------------------------------------------------------------------------

在Win7中安装Delphi XE8,如果不能连接手机,可以“Build All Project”,提示下载“Andriod SDK Tools”,并且需要访问“google.com”。
当可以连接手机后,可能出现下图中问题,则将“C:\Users\Public\Documents\Embarcadero\Studio\16.0\PlatformSDKs\android-sdk-windows\platforms\android-21”中的“android.jar”copy到上一级目录“C:\Users\Public\Documents\Embarcadero\Studio\16.0\PlatformSDKs\android-sdk-windows\platforms\”中即可

真机可以单步调试

标签:

原文地址:http://www.cnblogs.com/findumars/p/4975341.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!