Page 1 of 2

Problem with android binary building

Posted: Fri Nov 22, 2013 3:21 pm
by Max Stolbinsky

Hi!
I have problem with building android binary during last few days. It starts to buildm but in 20-30 sec shows message.

"Oh no! It wasn't supposed to happen but the build failed. "

Project id is 8643b6aa-f209-466b-87ad-74cc4d10db05
Could you please check what's wrong there?

PS. iOS build works well.

Thanks!


Problem with android binary building

Posted: Fri Nov 22, 2013 4:35 pm
by Kateryna Grynko

Hi Max,

We'll check this.


Problem with android binary building

Posted: Fri Nov 22, 2013 8:42 pm
by Kateryna Grynko

Max,

We are checking all our logs. Could you please tell us the app backup name so we know its ID?


Problem with android binary building

Posted: Fri Nov 22, 2013 8:47 pm
by Max Stolbinsky

App name is Exley
id is - 8643b6aa-f209-466b-87ad-74cc4d10db05


Problem with android binary building

Posted: Fri Nov 22, 2013 9:01 pm
by Kateryna Grynko

Max,

It's GUID. Please create an app backup and tell us its name. It will differ.


Problem with android binary building

Posted: Fri Nov 22, 2013 9:16 pm
by Max Stolbinsky

You mean save version via built-in versioning system?
I just created it with the name exley_android_backup
Or you mean download project backup?
then file has name project_102785_backup.zip
I hope it will help you.
Thanks!


Problem with android binary building

Posted: Fri Nov 22, 2013 9:43 pm
by Kateryna Grynko

Yes, I mean this! Thank you.
We would need some time to research the issue.


Problem with android binary building

Posted: Fri Nov 22, 2013 9:51 pm
by Max Stolbinsky

Ok, thanks. I found temporary solution and build it locally, but online build is really so helpful.


Problem with android binary building

Posted: Fri Nov 22, 2013 10:17 pm
by Kateryna Grynko

Max,

Could you please share the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a?
We would also need to make sure it's not broken.


Problem with android binary building

Posted: Fri Nov 22, 2013 10:32 pm
by Max Stolbinsky

Done.
App is running well as web-app, and i can build ios app without any problems.
Android build worked well before, but accidentally stop build.
I have downloaded eclipse project and have built it locally there were 4 strange errors, maybe it will help you:
ChildBrowser.java - line 356 - missing settings.setPluginsEnabled(true);
i just commented it.
then GCMIntentService.java
lines: 67, 90, 95 - missing object R.* (R.drawable.ic_stat_gcm, R.string.app_name, R.string.gcm_deleted).

I just used there hardcoded values, app works well after the build.