博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
NDK-gdb的错误ERROR: Could not extract package's data directory...的解决方法
阅读量:6712 次
发布时间:2019-06-25

本文共 285 字,大约阅读时间需要 1 分钟。

诊断方法:

adb shell run-as com.spb.shell3d  /system/bin/sh -c pwd
run-as: Package 'com.spb.shell3d' is not debuggable
这说明在manifest中间没有显式说明这个程序可以debug,我们需要在application中间加入这个属性
然后再测试adb shell run-as com.spb.shell3d  /system/bin/sh -c pwd
/data/data/com.spb.shell3d
这就说明ok了,可以继续使用run-as的debug了。

转载地址:http://mlxlo.baihongyu.com/

你可能感兴趣的文章
C# 集合已修改 可能无法执行枚举操作 zz
查看>>
Sword protobuf学习四
查看>>
oracle实用sql之将逗号分割的字符串分割多个列
查看>>
leetcode 4. Median of Two Sorted Arrays
查看>>
前端建立一个本地服务器:browser-sync
查看>>
php的类型运算符instanceof(用于确定一个 PHP 变量是否属于某一类 class 的实例)
查看>>
VMWare Station 问题汇总
查看>>
JQuery判断input是否被禁用
查看>>
ftp、ssh
查看>>
SCSI接口和SAS接口的区别
查看>>
How to install maps and addons (.VPK)
查看>>
解决Android中的ERROR: the user data image is used by another emulator. aborting的方法
查看>>
电子书下载:Metro Revealed Building Windows 8 apps with XAML and C#.
查看>>
jQuery相册插件(开源下载)
查看>>
Azure China (12) 域名备案问题
查看>>
PKU 题目分类
查看>>
HDU What Are You Talking About
查看>>
[1443] Weiqi
查看>>
Unity3D Mecanim :Body Mask的使用、 角色Retargeting原理分析、Apply RootMotion
查看>>
MySQL技术内幕读书笔记(六)——索引与算法之全文索引
查看>>