Travis Weir
Posts: 0
Joined: Sun Jan 18, 2015 7:04 pm

App crashing on launch?

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!

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

App crashing on launch?

Hi Travis -

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

Travis Weir
Posts: 0
Joined: Sun Jan 18, 2015 7:04 pm

App crashing on launch?

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

App crashing on launch?

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.

Travis Weir
Posts: 0
Joined: Sun Jan 18, 2015 7:04 pm

App crashing on launch?

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?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

App crashing on launch?

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.

Travis Weir
Posts: 0
Joined: Sun Jan 18, 2015 7:04 pm

App crashing on launch?

Forget it. I'm done with Appery.

Return to “Issues”