Answers for "ionic build android"

2

ionic build app

npm run build
npx cap copy
	//IOS
npx cap copy ios
npx cap open ios
	//Android 
npx cap copy android
npx cap open android
Posted by: Guest on September-06-2021
2

ionic build app bundle

gradlew bundle
Posted by: Guest on February-28-2020
3

generate apk ionic 1

$ ionic cordova build --release android
Posted by: Guest on February-26-2020
0

ionic build

ionic cordova build <platform> [options]
Posted by: Guest on May-19-2020

Browse Popular Code Answers by Language