Build Android App

1: After install node.js please use: npm install npm@latest -g  instead of npm install like the tutorial. 2: If you can not use exp command line, please use expo instead
Since Wilcity 1.1.7.4, We will use configureApp.json instead of configureApp.js
If you installed Yarn instead of NPM, please replace npm install with yarn install instead

I. Configuration

1. Extract the package that was downloaded from Themeforest, you will see a folder called wilcity-app.zip -> Extract it.

2. Open app.json, you should replace name, description, slug, version, android -> package with your information. You should read https://docs.expo.io/versions/latest/guides/building-standalone-apps.html to know more

3. Open configApp.js Replace baseUrl with your website URL, Set your app at colorPrimary

II. Build Android App (Deprecated)

4. Build Standard Alone Android App On Window

5. Build Standard Alone Android App on MacBook

We recommend you use expo command:
expo build:android --type app-bundle
To build the Android App Bundle Package for submit – recommended by Google.

II. Build Android App

Build Standard App was deprecated, please read follow the new instruction to build the app.

6. Submit to Google Play Store

Tagged:

Leave A Comment?