Agustin Gosende
Posts: 0
Joined: Fri Mar 13, 2015 8:52 pm

Error running Android

The app works perfectly tested with the Browser and with Appery Tester. When I try to install the .apk basic NavigateToButtons doesn ́t work and the app crashes. The same for Android 4.4, 5.1 and 6.0.
I try setting default permissions but I don ́t solve the problem.
Any ideas?
Thanks

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Error running Android

Hello,

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

Also, please check if there are any errors in the Weinre console. You can learn here: https://devcenter.appery.io/documenta... how to open the console.

Agustin Gosende
Posts: 0
Joined: Fri Mar 13, 2015 8:52 pm

Error running Android

Hi Sergiy, Thanks for your answer.
I dont ́change Source, but just in case I Undo all Source Changes and it continues the problem.

The only error I get in console is:
jquery-2.1.1.js:250 Uncaught Error: cannot call methods on checkboxradio prior to initialization; attempted to call method 'refresh'

But I read that is not important.
Any other possibility?

Thanks again!

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Error running Android

It looks like you use checkboxradio on the load event, please change it to the page show

Agustin Gosende
Posts: 0
Joined: Fri Mar 13, 2015 8:52 pm

Error running Android

The problem is in the RadioGroups of this 2 pages. I use other RadioGroups in other pages but only this ones has the error.
Thanks for your help!

Image Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Error running Android

Please provide us with a public app link (https://devcenter.appery.io/documenta...) and exact steps to reproduce this problem.

Agustin Gosende
Posts: 0
Joined: Fri Mar 13, 2015 8:52 pm

Error running Android

Hi,
http://appery.io/app/mobile-frame?src...

Steps in the image attached. Thanks for the support!!
Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Error running Android

Please use JS below:

preApperyio.storage.tipo.set($("[name=radiotipomale]").val());/pre
instead of action "set storage variable" with the same result

Agustin Gosende
Posts: 0
Joined: Fri Mar 13, 2015 8:52 pm

Error running Android

Thanks, but It doesn't work. I remove all Action and replace the radio but It still the same error. Please any help. Thanks!

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Error running Android

Sorry, your issue seems to relate with another page of your app. As a workaround - please disable "Render all pages in one HTML file (jQuery Mobile multi-page template)" in app settings tab

Return to “Issues”