-
Notifications
You must be signed in to change notification settings - Fork 17
Installing error #2
Description
Hi. I'm a newbie with phonegap. I'm building an app which will be more than 50mb. So, I searched for a method to slice the app and I found this one.
But the problem is that I can't fully understand the installation process.
When I try to run --> cordova plugin add org.apache.cordova.xapkreader --variable MAIN_VERSION=1 --variable PATCH_VERSION=1 --variable FILE_SIZE=1095520 <-- I get the following error in CMD:
d:\workspace\blabla>cordova plugin add org.apache.cordova.xapkre
ader
Fetching plugin "org.apache.cordova.xapkreader" via plugin registry
Error: 404 Not Found: org.apache.cordova.xapkreader
at RegClient. (C:\Users\Adrian\AppData\Roaming\npm\node_modules\c
ordova\node_modules\cordova-lib\node_modules\npm\node_modules\npm-registry-clien
t\lib\request.js:268:14)
at Request.self.callback (C:\Users\Adrian\AppData\Roaming\npm\node_modules\c
ordova\node_modules\cordova-lib\node_modules\npm\node_modules\request\index.js:1
48:22)
at Request.emit (events.js:98:17)
at Request. (C:\Users\Adrian\AppData\Roaming\npm\node_modules\cor
dova\node_modules\cordova-lib\node_modules\npm\node_modules\request\index.js:876
:14)
at Request.emit (events.js:117:20)
at IncomingMessage. (C:\Users\Adrian\AppData\Roaming\npm\node_mod
ules\cordova\node_modules\cordova-lib\node_modules\npm\node_modules\request\inde
x.js:827:12)
at IncomingMessage.emit (events.js:117:20)
at _stream_readable.js:929:16
at process._tickCallback (node.js:419:13)
can you help me please?
Thank you