Skip to content Skip to sidebar Skip to footer

How To Set Up Fully Offline Cordova Build?

I have created a test project in Cordova using cordova create hello com.example.hello HelloWorld ; cd hello ; cordova platform add android. The first time I build it with cordova

Solution 1:

Sounds tricky. One possibility that comes to my mind: you could use a docker image with android and cordova already installed on your machine without internet. You will find many open-source images like this one: docker-cordova when searching for e.g. "cordova docker image".


Post a Comment for "How To Set Up Fully Offline Cordova Build?"