Page 3 of 6

js not working since upgrade

Posted: Fri Jan 30, 2015 5:38 pm
by Michael4771079

Hi lllya,
sorry for late reply,
service is now in place and even though the clicked item didnt print in firefox, when I invoke the put service the livesundriesarray in there, see screenshot.

I think we can close this part of the topic,

Any news on the selectmenu issue,

Also this is a reskin of previous app, wont build apk,
what files do I need to adjust for this app to have its own id, for example plist?

Image


js not working since upgrade

Posted: Mon Feb 02, 2015 11:01 am
by Evgene Karachevtsev

Hello Michael,

Sorry for the radio silence here.
[quote:]Any news on the selectmenu issue[/quote]
Could you please provide us with more details on this, because you are the only one who mentioned it.

[quote:]have its own id,[/quote]
id of the project is generated on each creation
If you want 2 apps to differ someway, then just change bundle id in
"App Settings" - "Android binary"


js not working since upgrade

Posted: Mon Feb 02, 2015 11:24 am
by Michael4771079

Hi Evegene,
the reason I asked this is
this app "anglo pizza" wont build apk,
no reason given, screenshot below

I created a new app using the backup of the TGF Pizzeria
when I look at the scorce I see the following, files with names to both apps, see s/s

But Evegene this topic, see link,
is stopping me from upgrading and completing 8 pages in each of these apps and im runnung out of time

https://getsatisfaction.com/apperyio/...

screenshot of json in localdtorage etc, at the top of the topic,
I just need to map to the selectmenu thats in a grid

I didnt understand Alenas awnser, and I need to keep the app logic as it is

hope you can help

thanks

Image

Image


js not working since upgrade

Posted: Tue Feb 03, 2015 12:40 am
by Michael4771079

This is an ugrade to new builder,
very disapointed in the level of support.
New build would be outside of your support, but update to new builder with a published app used to be alot better.

very pissed off


js not working since upgrade

Posted: Tue Feb 03, 2015 2:05 pm
by Evgene Karachevtsev

Michael,

Your problem is based on the source files changing.
You changed the source files, then made a backup and used that backup to create a new project, that is why you can't build your app. You have 2 projects structures inside your app structure which should have only one.

1) Please copy all changes from TGF_pizzeria to Anglo_pizza
2) Remove TGF_pizzeria


js not working since upgrade

Posted: Thu Feb 19, 2015 2:24 pm
by Michael4771079

Hi,
I have removed TGF_pizzeria files from android source files, but my app wont export apk, no reason given.
Here is a s/s of android source files and build error.
If there is anything else tou would like me to show just ask

Image

Image

Image


js not working since upgrade

Posted: Thu Feb 19, 2015 2:52 pm
by M&M

hi Michael,

You may want to try this. But before you do that DO REMEMBER TO BACKUP YOUR application. And I am assuming that you did not make any changes to the AndroidManifest.xml.

What you can do is

  1. Backup your application

  2. Go to the project source files

  3. Delete the AndroidManifest.xml

  4. Click on the top most parent folder called "ANDROID". Then from the "gear menu" choose "Undo source changes"

  5. It will rebuild the AndroidManifest.xml file

  6. Now try building the APK

    M&M


js not working since upgrade

Posted: Thu Feb 19, 2015 3:29 pm
by Michael4771079

Hi,
I have deleted the androidmanifest.xml
and undo source changes
app still wont build,
It just says An error has occurred.


js not working since upgrade

Posted: Thu Feb 19, 2015 4:20 pm
by M&M

Did you happen to modify the config.xml file or something? And what are your App min / target settings?

I usually set them to 4.0 (min) - 4.1.x (target)

And I also generally update the pom.xml to use 4.1.1.4. It may or may not be the issue here but worth a try I guess


js not working since upgrade

Posted: Thu Feb 19, 2015 4:21 pm
by M&M

And ya you may also want to check the other resources / assets that you may have uploaded to the project. Occasionally these can be the cause of trouble too

And another thing is that I didn't see the 'src' folder. I hope your project is not broken due to some reason(s)?