zoukankan      html  css  js  c++  java
  • Android

    常用命令

        android list target
        android create avd --name and16 --target 2
        adb shell      adb devices     adb kill-server
        adb install    adb push/pull   /sdcard/music.mp3
        mksdcard     -l lable 1024M d:\sdcardfile
        adb shell am start -n com.android.browser/com.android.browser.BrowserActivity  http://202.108.92.230/oma10/gen/index_audio_aac.htm
        emulator -avd and15 -shell -ramdisk img\ramdisk.img -system img\system.img -init-data img\userdata.img  -sdcard img\sdcardfile512


    Android Tips:

        Android Intent机制实例详解 http://www.top-e.org/jiaoshi/html/381.html
        Android 一些经验总结,如何在多个activity中切换。http://blog.csdn.net/sharetop/category/353130.aspx
        Android makefile(android.mk)分析  http://blog.csdn.net/chief1985/archive/2009/10/19/4699831.aspx
        Android Eclipse:     https://dl-ssl.google.com/android/eclipse/
        Android代理上网     http://crazier9527.javaeye.com/blog/454606
  • 相关阅读:
    Chap5:操作文件和目录[The Linux Command Line]
    ABC3
    ABC2
    ABC
    Spring MVC / Boot
    Usefull Resources
    [ Learning ] Design Pattens
    [ Learning ] Spring Resources
    URL Resources
    [ Windows BAT Script ] BAT 脚本获取windows权限
  • 原文地址:https://www.cnblogs.com/lgxqf/p/1580230.html
Copyright © 2011-2022 走看看