Page 1 of 1

App crashing on launch?

Posted: Sun Jan 18, 2015 7:04 pm
by Travis Weir

I keep having this problem. I am trying to test my app, and on all 3 devices I'm trying I can't open it for more then 5 seconds. I am trying it on these devices-
LG Optimus T with Android 2.2.2
Samsung Galaxy Note 3 with Android 4.4.2
Android x86 Virtualbox with Android 4.3.
My app is called PAWS. I have recompiled it and I can attach a video if you want. Thanks!


App crashing on launch?

Posted: Mon Jan 19, 2015 8:24 am
by Illya Stepanov

Hi Travis -

Could you please clarify have you made any changes in your project Source tab?
:: http://devcenter.appery.io/tutorials/...


App crashing on launch?

Posted: Mon Jan 19, 2015 2:41 pm
by Travis Weir

I haven't made any source changes. All of my work was done with the GUI


App crashing on launch?

Posted: Mon Jan 19, 2015 4:02 pm
by Evgene Karachevtsev

Hello Travis,

That happens because you place a lot of invalid html inside on the page.
If you make the same on your site, you will see how your site will crash too.

Unfortunately your approach is very harmful to a page structure and you would not be able to use any of Appery.io's platform advantages of developing.

You should make all your layout with a help of the builder, and all your script code with help of events.


App crashing on launch?

Posted: Mon Jan 19, 2015 4:04 pm
by Travis Weir

The HTML used is from Weebly. I downloaded the webpages as HTML files, opened them in Notepad, then copied all of the HTML into the editor. What makes it invalid?


App crashing on launch?

Posted: Tue Jan 20, 2015 12:37 pm
by Alena Prykhodko

Travis,

code<html>/code inside code<html>/code , code<body>/code insidecode<body>/code and code<head>/code inside code<head>/code is invalid html markup code

The point is, that you have not just copied and pasted useless html tags, but also CSS styles, code snippets and scripts tags, and event google analitiks for Weebly site.


App crashing on launch?

Posted: Tue Jan 20, 2015 10:41 pm
by Travis Weir

Forget it. I'm done with Appery.