0

sencha touch で、簡単な hello ワード プログラムを作成しました。ブラウザでは問題なく動作していますが、Androidエミュレータでこのプログラムを実行する方法がわかりません。

4

1 に答える 1

1

Basically there are 2 ways to do this:

  1. Build your app as native Android app using Phonegap. Detailed instructions are provided at: http://phonegap.com/start#android

  2. If you're using Sencha Touch 2, you can use it's build-in native Android packaging via Sencha SDK. See this: http://docs.sencha.com/touch/2-0/#!/guide/native_android

于 2012-04-05T15:12:01.450 に答える