What is the fastest way to compile a phonegap code?

124 views Asked by At

Whenever I test for any change in my code (add an 'console.log' for example) involving a phonegap command, I need make the process of use Visual Studio to create the .zip, upload it on phonegap site, generate a .apk, install it in the emulator, open inspect chrome and then test it? Or is there a faster alternative?

1

There are 1 answers

0
Andrey Kuleshov On

In you tags you mentioned DevExtreme.

With DevExtreme product, if you need to test you device-specific code, you can use DevExtreme Courier apps, which are available for iOS, Android and Windows Phone, or just run app in your device browser by scanning QR-code (but this way no any PhoneGap plugins will be available)

Or, if you need to test just UI, you can run your app in your device browser or use build-in simulator which runs in most of browsers and let you test any non-device specific features.