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
  • 相关阅读:
    C语言I博客作业07
    C语言I博客作业06
    C语言I博客作业05
    C语言I博客作业04
    C语言II博客作业04
    C语言II博客作业03
    C语言II博客作业01
    学期总结
    C语言I博客作业08
    C语言I博客作业07
  • 原文地址:https://www.cnblogs.com/lgxqf/p/1580230.html
Copyright © 2011-2022 走看看