Page 1 of 1

BUILD ERROR

Posted: Wed Jul 15, 2015 2:47 am
by Romeo

Hi, I'm getting this error after a few attempts of build an apk file.
any idea what could be wrong?

--"Build error

Most likely build error cause:

An error has occurred.

Please try again.
You can also email us a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us about this problem"---


BUILD ERROR

Posted: Wed Jul 15, 2015 6:25 am
by Alena Prykhodko

Hello Romeo,

Did you make any changes in the source view? This http://devcenter.appery.io/tutorials/... doc should help.


BUILD ERROR

Posted: Wed Jul 15, 2015 4:58 pm
by Romeo

Hello, just DELETED THE FILES :

jquery.min.js
jquery-ui.min.js

and works fine.. but how can I get those files in the app and build the apk?


BUILD ERROR

Posted: Wed Jul 15, 2015 8:36 pm
by Illya Stepanov

Hello -

You have added this files yourself? Or where did you deleted them?


BUILD ERROR

Posted: Thu Jul 16, 2015 4:51 am
by Romeo

Hello, yes I have added as new js files, so then I deleted those files and the problem is solved, thanks..
Question:
How can I do in order to include jquery in my app?, also the lib leaflet.js
I tried to include leaflet.js according to a tutorial in documentation, but I can't make it working..


BUILD ERROR

Posted: Sat Jul 18, 2015 4:00 pm
by Illya Stepanov

Hi Romeo -

jQuery is included in every Appery.io projects, if you're selecting jQuery Mobile App when creating your project.

To add a library into your project, please follow this steps: https://devcenter.appery.io/documenta...


BUILD ERROR

Posted: Sat Jul 18, 2015 11:03 pm
by Romeo

Thanks, but is it included in angular/bootstrap/ionic projects too?

I'm getting hard times trying to add that library in angular/ionic project, in app settings there's no Jquery lib included, so that's why I did that..
I read that there's some issues about angualr with jQuery but what about in case of
leaflet.js with angular? .. thanks for your comments


BUILD ERROR

Posted: Fri Jul 24, 2015 1:21 am
by Yurii Orishchuk

Hi Romeo,

Here is how you can add jQuery to angular Appery.io app:

1 Open Application settings interface.
Details: http://prntscr.com/7wadls/direct

2 Add new external resource with URL:

Details: http://prntscr.com/7waego/direct

pre

https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js

/pre

Regards