Download presentation
Presentation is loading. Please wait.
1
PBL第10回 Android端末上での実行
2
流れ Android端末の設定 Eclipceの設定 アプリケーションの設定 アプリケーションの実行
3
Android端末の設定 Android端末をデバックモードにする Android端末をUSBで接続する
「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
アプリケーションの実行 端末の接続確認 プロジェクトで右クリック 「デバック」 → 「Android Application」
$ adb devices Emulator device (← エミュレータ) HT99FLZ device (← Android端末) プロジェクトで右クリック 「デバック」 → 「Android Application」 HT99FLZ00141を選択して実行
Similar presentations
© 2024 slidesplayer.net Inc.
All rights reserved.