Adding new JS files after exporting to ADT
Hi there
In my current project I had to export my project out from Appery to Oracle ADT in order to add In-App Billing. I'm in the process of adding a PDF tool to the app as well, but when I tried to import the new js file and call a function in it, I get a uncaught reference error. Adding the script src="../jspdf.js" into the header of the page doesn't appear to do anything. I even tried to make a blank js file with only an alert call and couldn't get it to work. I also found I could remove other script calls and could still access their functions.
Is there a way I can import the js file into my ADT project? Are the references to js files stored in some other location? It'd be nice if I could just add a script src="../jspdf.js" to fix it in the ADT without having to re-download the project and redo several hours of work.
Thanks