Bryan Novak
Posts: 0
Joined: Thu May 01, 2014 4:29 pm

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Adding new JS files after exporting to ADT

Hi Bryan,

Sorry, but this is outside the scope of our support. Appery.io uses JavaScript that is why you can easily add JavaScript libraries to your projects as you described.

And I'm not sure that this is possible, as Oracle ADT has completely different programming paradigm.

Return to “Issues”