git clone https://github.com/Ryanhustler420/IonicReactTailwind.git
cd IonicReactTailwind
git remote rm origin
npm i
npm run dev
npm i -g ionic --saveionic start
Use the app creation wizard? No
Framework: React
Project name: appname
Starter template: blank
Create free Ionic account? Nonpm uninstall -g ionic
npm uninstall -g @ionic/cli
npm install -g @ionic/cliionic integrations enable capacitorionic capacitor add android @REM if not worked
ionic capacitor add ios @REM if not worked
OR
npm install @capacitor/cli @capacitor/cli @capacitor/android @capacitor/ios
OR
npm install @capacitor/android
npm install @capacitor/iosionic capacitor copy android @REM recommandedionic capacitor copy android -l @REM live_reloadingionic capacitor sync android @REM recommandednpx cap open android @REM optionalnpm run devNOTE:
-
Close the terminal/editor if not syncing android command not working, and then redo the process.
-
Close android studio if new capacitor added library not visible on the project
npm install @capacitor/{api}
npx cap sync
npx cap update[Issues]
Delete the already created
androidfolder
Use android studio
image assetsto create app icon
Change all the keyword
appnametoyourappnamein the source code
Rebuild the android sync using
ionic capacitor sync androidcommand
Overwrite the
build/assets/iconicons with your icons and let the name as it is
Change the
iconspath inbuild/assets/manifest.json
use
apetoolsto create splash screen and overwrite the existing splash screen with yours.
Always run
npm run devand thenionic capacitor sync androidand thennpx cap open android
Build the process and update version
keep the
.rsasafe for that app to release
-
Update the app
version -
Mark
livetotrue -
Test the app
-
Build the app
-
Update the android app
version -
Build the android app
-
Test the android app
-
Generate the apk
-
Store the apk to release
apksfolder -
To
releaseandroid apk, please update the app version and please