Last active
August 9, 2019 02:22
-
-
Save daksamedia/922f353b352c21efa4aa1905672926dd to your computer and use it in GitHub Desktop.
Cordova Instruction to Emulate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CORDOVA - MAC EMULATE | |
Android | |
- Install JDK | |
- Install Android Studio & SDK | |
- Install emulator | |
- Install Brew cli | |
- Install Gradle from Brew | |
Release option : | |
- Create keystore | |
- Put in platforms/Android | |
- Change release properties on gradle file | |
- Create release-signing.properties | |
key.store=/PATH/TO/YOUR/KEYSTORE | |
key.alias=your_alias | |
key.store.password=key_store_pass | |
key.alias.password=key_store_alias | |
- Cordova build android —release | |
IOS | |
- Open .xcodeworkspace / .xcodeproj file in platforms/ios |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment