1 / 6

PBL 第 10 回 Android 端末上での実行

PBL 第 10 回 Android 端末上での実行. 流れ. Android 端末の設定 Eclipce の設定 アプリケーションの設定 アプリケーションの実行. Android 端末の設定. Android 端末をデバックモードにする 「 Setting 」 → 「 Applications 」 →「 Development 」 → 「 USB Debugging 」をチェック Android 端末を USB で接続する USB を接続するとドライバを求められる C:android-sdkusb_driverandroid_winusb.inf

mariko
Download Presentation

PBL 第 10 回 Android 端末上での実行

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PBL第10回Android端末上での実行

  2. 流れ • Android端末の設定 • Eclipceの設定 • アプリケーションの設定 • アプリケーションの実行

  3. Android端末の設定 • Android端末をデバックモードにする 「Setting」 → 「Applications」 →「Development」 → 「USB Debugging」をチェック • Android端末をUSBで接続する • USBを接続するとドライバを求められる • C:\android-sdk\usb_driver\android_winusb.inf を選択 • 再起動

  4. Eclipceの設定 • 「メニュー」 → 「Debug」 → 「Debug Configurations」 を選択 • 「Android Application」 をクリック • Targetタブを選択 • Device Target Selection ModeをManualにする

  5. アプリケーションの設定 • AndroidManifest.xmlを開く • <application>の属性 android:debuggableをtrueにする • <application android:debuggable=“true”

  6. アプリケーションの実行 • 端末の接続確認 • $ adb devices • Emulator-5554 device (← エミュレータ) • HT99FLZ00141 device (← Android端末) • プロジェクトで右クリック • 「デバック」 → 「Android Application」 • HT99FLZ00141を選択して実行

More Related