KinG-InFeT / NLoader

NLoader plugin for Android & iOS (Phonegap/Cordova) >= 3.0.0
GNU General Public License v3.0
2 stars 2 forks source link

CLI Error after adding NLoader #1

Open vishnurajoasys opened 10 years ago

vishnurajoasys commented 10 years ago

image

KinG-InFeT commented 10 years ago

Please, read carefully the README for proper installation:

https://github.com/KinG-InFeT/NLoader/blob/master/README.md

in particular point:

[+] [ANDROID] Go to the folder plugins/org.apache.cordova.nloader/src/android and open the NLoader.java file and replace this line

successfully perform this step for a successful installation.

vishnurajoasys commented 10 years ago

replaced this: import com.luongovincenzo.tools.R;

with my bundle id: import com.oasys.edocs.R

KinG-InFeT commented 10 years ago

oPs... yes this is a stupid BUG... will soon be resolved.

vishnurajoasys commented 10 years ago

Ok Thank you.. :+1:

KinG-InFeT commented 10 years ago

OK I have studied the problem .... it is not a bug, but simply driving the README is not correct. You have to modify the file NLoader.java from your development IDE (Eclipse or Android Studio) and re-bildare the project,

http://i.imgur.com/uG29UCE.png

And after the BUILD process will end successfully.