How to target sdk android?!

Please provide the following:

  1. SDK Version: 37
  2. Platforms:Android

At the beginning, I still think sdkVersion in app.json is target sdk which you plan build for Android, but it’s not and Expo seem removed it official

 {
   "expo": {
    "name": "abc",
    "version": "1.0.0",
    "slug": "abc",
    "android": {
      "package": "com.yourcompany.abc",
      "versionCode": 1
    }
   }
 }

I won’t tell more details steps which I did to build app, It can confused if someone want to support, I only mention to target which I want focus, this app can operate on Android 8, 9
& 10, I plan build apk which equivalent to 8, testing it, after that it’going on… you can please consult me a direction (or advice), thanks your interest!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.