2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

PhoneGap準備

Last updated at Posted at 2012-08-07

PhoneGap

phonegap-phonegap-2.0.0-0-g2dbbdab.zip

Android SDK Managerインストール

下記ページからダウンロード
(AndroidSDK)[http://developer.android.com/sdk/index.html]
android-sdk_r20.0.1-linux.tgz

Android SDK Managerを起動

/home/fukajun/android-sdk-linux/tools/android

次をチェック

*Android 2.2(API8)
 

  • click "install"

Android つなぐ

接続確認

~/android-sdk-linux/platform-tools $ ./adb devices
List of devices attached
3XYXYXYXYYXXYX5 device

失敗パターン
List of devices attached
???????????? no permissions

できない場合

USB接続設定をする

/etc/udev/rules.d/51-android.rules
実デバイスに接続できるようにする。

adbサーバー起動

cd [path to andorid-sdk]/platform-tools/
~/android-sdk-linux/platform-tools $% sudo ./adb kill-server
~/android-sdk-linux/platform-tools $% sudo ./adb start-server

Run Command

とりあえず次のサンプルで試してみた。
~/phonegap-phonegap-2dbbdab/lib/android/example

   ~/android-sdk-linux/tools/android list targets
  
   ~/android-sdk-linux/tools/android  update project -p . -t 1

   ant debug install

コマンドラインからプロジェクトテンプレート作成

http://docs.phonegap.com/en/2.0.0/guide_command-line_index.md.html#Command-Line%20Usage
$ bash ./bin/create ~/SmartphoneWebApp com.example.smartphone-web-app smartphone

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?