8
4

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.

cordovaで対応Android OSを設定する。

Last updated at Posted at 2017-04-27

###corodvaで作成するハイブリットアプリの対応Android OSを設定します。

##対応Android OSとは。。。
対応するAndroid OSの加減を設けることができます。
この設定はstoreの「その他の情報」の「Android 要件」に表記されます。
001.png

##影響
追記予定。。

##設定方法

  1. config.xml 編集
    path:プロジェクトroot/config.xml

```
  1. cordova ビルド
    path:プロジェクトroot

cordova build android


3. AndroidManifest.xml 確認
    path:プロジェクトroot/platforms/android/AndroidManifest.xml 

    ```
<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="24" />
8
4
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
8
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?