طلب رفع تطبيق ionic 3 على الهاتف

bilel-a

عضو فعال
إنضم
31 أكتوبر 2012
المشاركات
331
مستوى التفاعل
71
بعد انشاء التطبيق على ionic framework 3
اريد معرفة كيف يمكن رفع هذا التطبيق على الهاتف android
video tutorial ان امكن
و ارجوا من النتخصصين تمكيني من كيفية رفع تطبيق mysql db على سرفر خارجي ليشتغل على الهاتف


شكرااااااااااااااااااااااااااااااااااا
 
Running Your App
To run your app, all you have to do is enable USB debugging and Developer Mode on your Android device, then run

ionic cordova run android --device

from the command line.

This will produce a debug build of your app, both in terms of Android and Ionic’s code

------------------------------------------------------------------------------------------------------------------

Production Builds
To run or build your app for production, run

ionic cordova run android --prod --release
# or
ionic cordova build android --prod --release

This will minify your app’s code as Ionic’s source and also remove any debugging capabilities from the APK. This is generally used when deploying an app to the Google Play Store.​
 
بعد انشاء التطبيق على ionic framework 3
اريد معرفة كيف يمكن رفع هذا التطبيق على الهاتف android
video tutorial ان امكن
و ارجوا من النتخصصين تمكيني من كيفية رفع تطبيق mysql db على سرفر خارجي ليشتغل على الهاتف


شكرااااااااااااااااااااااااااااااااااا
you need a webservice to connect to your phone app
 
أعلى