问题:

[2014-07-30 20:20:25 - nativeSensorStl] gdbserver output:

[2014-07-30 20:20:25 - nativeSensorStl] run-as: Package 'com.example.nativesensorstl' is unknown



[2014-07-30 20:20:25 - nativeSensorStl] Verify if the application was built with NDK_DEBUG=1

[2014-07-30 20:41:21 - nativeSensorStl] gdbserver output:

[2014-07-30 20:41:21 - nativeSensorStl] run-as: Package 'com.example.nativesensorstl' is unknown



[2014-07-30 20:41:21 - nativeSensorStl] Verify if the application was built with NDK_DEBUG=1

解决

su
mount -o remount,rw /system
chmod 4750 /system/bin/run-as

http://visualgdb.com/KB/?ProblemID=nopkg



可是可能没用。提示“

1|shell@mx4pro:/ # mount -o remount,rw /system

mount -o remount,rw /system

mount: Operation not permitted”

那么直接下个Root Explorer 装到手机上,

然后就OK了

最新文章

  1. 超级小的web手势库AlloyFinger发布
  2. 配置Openfire的eclipse项目
  3. mvc+mysql+EF
  4. git 上的pull request 是什么意思?
  5. PHP 函数整理 (用过的)
  6. c++实现des算法
  7. HTTP 请求方式: GET和POST的比较当发送数据时,GET 方法向 URL 添加数据;URL 的长度是受限制的(URL 的最大长度是 2048 个字符)。
  8. Linux性能及调优指南(翻译)之Linux内存架构
  9. php用正则表达式获取网站的标题内容
  10. php升级到5.4
  11. php 日期 - 计算2个日期的差值
  12. jenkins集群加入Windows 2012 server作为slave
  13. 开源Math.NET基础数学类库使用(08)C#进行数值积分
  14. 实践作业1:测试管理工具实践 Day4
  15. svn过滤文件配置
  16. C#版 - Leetcode 65. 有效数字 - 题解
  17. Android学习第十天
  18. Linux上磁盘热插拔
  19. win7怎么打开加锁文件夹
  20. spingmvc 访问静态文件,比如css,img等

热门文章

  1. 大数字运算——1、BigInteger
  2. C#调用SMS短信接口,轻松搞定发送短信的任务。。。。
  3. Android View事件分发与传递
  4. 5) 十分钟学会android--ActionBar知识串烧
  5. [ Java ] String 轉型 ArrayList
  6. TypeScript简单的代码片段
  7. SQL SERVER数据库状态
  8. java学习笔记4——返回值
  9. nginx配置和测试
  10. python django整理(五)配置favicon.ico,解决警告Not Found: /favicon.ico(转载)