日本一本亚洲最大|日本午夜免费啪视频在|国产自产在线视频一区|亚洲福利精品视频

    <object id="4ihfc"></object>
      
      
    1. <object id="4ihfc"></object>
    2. 有關(guān)android的面試調(diào)試技巧

        1. Android adb shell 啟動(dòng)java程序

        (1) 進(jìn)入shell

        C:\Documents and Settings\mawenjian>adb shell

        (2) 看一下命令的幫助

        # am -help

        am -help

        Error: Unknown command: -help

        usage: am [start|instrument]

        am start [-a ] [-d ] [-t ]

        [-c [-c ] ...]

        [-e [-e ...]

        [-n <:COMPONENT>] [-D] []

        am instrument [-e ] [-p ]

        [-w] <:COMPONENT>

        (3) 好了,試一下啟動(dòng)瀏覽器

        # am start -n com.google.android.browser/com.google.android.browser.BrowserActivity

        am start -n com.google.android.browser/com.google.android.browser.BrowserActivity

        Starting: Intent { comp={com.google.android.browser/com.google.android.browser.BrowserActivity} }

        (4) ok,成功了, 大家試試下面的命令吧:

        # am start -a android.intent.action.VIEW -d https://mwjian.javaeye.com

        am start -a android.intent.action.VIEW -d https://mwjian.javaeye.com

        Starting: Intent { action=android.intent.action.VIEW data=https://mwjian.javaeye.com }

        # am start -a android.intent.action.CALL -d tel:88888888

        am start -a android.intent.action.CALL -d tel:88888888

        Starting: Intent { action=android.intent.action.CALL data=tel:88888888 }

        # am start -a android.intent.action.ALL_APPS

        am start -a android.intent.action.ALL_APPS

        Starting: Intent { action=android.intent.action.ALL_APPS }

        # am start -a android.intent.action.VIEW geo:0,0?q=shanghai

        am start -a android.intent.action.VIEW geo:0,0?q=shanghai

        Starting: Intent { action=android.intent.action.VIEW data=geo:0,0?q=shanghai }

        

      本文已影響6827
      上一篇:面試時(shí)需要掌握的握手技巧 下一篇:海爾公司面試的不同經(jīng)驗(yàn)分享

      相關(guān)文章推薦

      |||||