1、DDMS的LOGcat只有一列level


   a: exit eclipse

    b:open up the file

        ~/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.Android.ide.eclipse.ddms.prefs

    c: Then cut and paste this in over the existing

    ddms.logcat.auotmonitor.level=error  
    ddms.logcat.automonitor=false  
    ddms.logcat.automonitor.userprompt=true  
    eclipse.preferences.version=1
    logcat.view.colsize.Application=169
    logcat.view.colsize.Level=54
    logcat.view.colsize.PID=54
    logcat.view.colsize.Tag=198
    logcat.view.colsize.Text=619

    logcat.view.colsize.Time=182


2. cmake 编译链接静态库时,so需要libaa.a,而libaa.a 库又需要libbb.a库,在

target_link_libraries 中,把libaa.a放到libbb.a库前面,否则出现链接错误

更多相关文章

  1. android有用链接
  2. android中动态和静态版本都有的库
  3. Android中Fragment讲解及Fragment静态的使用
  4. Android textview autolink web 隐藏链接问题
  5. 最全面的Android学习路线 思维导图附知识点链接
  6. android 首开机会在数据链接图标的状态栏打开并自行消失主动
  7. Android Studio2.3+AndroidSDK安装【图文教程】附资源链接
  8. 在android里调用第三方动态链接库.so

随机推荐

  1. 调用所有的 android activity 的实现
  2. 从 App 启动过程看 Android(安卓)10.0 Fr
  3. Android permission 权限类及中英文说明
  4. Android窗口跳转
  5. 深度详解Retrofit2使用(二)实践
  6. Android binder 实例
  7. android 的几个黄色警告解决办法
  8. 判断可用的intent和更改Drawable的透明度
  9. Unity上同时兼容Android和IOS的JSON库
  10. android 加载 网络图片