could not generate package manifest: LC 6.7

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

cwkalish
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 78
Joined: Thu Sep 30, 2010 2:24 am

could not generate package manifest: LC 6.7

Post by cwkalish » Fri Jan 09, 2015 8:17 pm

I am trying to build an android standalone using LC 6.7 (In order to test that writing files has changed in LC 7, see my earlier post).

But, I find I am no longer able to create standalones. I always get a "could not generate package manifest" error. I Have updated my android SDK, and it works fine building android standalones w/ LC 7

tomastoteles
Posts: 15
Joined: Mon Jan 12, 2015 7:07 am

Re: could not generate package manifest: LC 6.7

Post by tomastoteles » Mon Jan 12, 2015 7:10 am

I have the same problem. ¿Who can Help Us? Please T.T

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: could not generate package manifest: LC 6.7

Post by LCNeil » Mon Jan 12, 2015 12:25 pm

Hi all,

Please make sure you are using the latest version of LiveCode (6.7.1 and 7.0.1) as these contain fixes for the latest Android SDKs.

http://downloads.livecode.com/livecode

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com

cwkalish
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 78
Joined: Thu Sep 30, 2010 2:24 am

Re: could not generate package manifest: LC 6.7

Post by cwkalish » Mon Jan 12, 2015 5:25 pm

I have 6.7.0.5012. When I ask to check for updates, it says I am up to date.
The "about livecode" shows this as version 7

Could it be a problem w/ Android Studio? When I set the location of the SDK to be in my library folder (where studio puts it), the location does not "stick". The next time I start Livecode, the path to the SDK gets blanked out and I have to relocate it.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9837
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: could not generate package manifest: LC 6.7

Post by FourthWorld » Mon Jan 12, 2015 5:35 pm

Neil, is this fix supposed to be available in the Linux engine? I haven't be able to make a Android build in Ubuntu successfully for several versions, including 6.7.1 and 7.0.1.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: could not generate package manifest: LC 6.7

Post by LCNeil » Tue Jan 13, 2015 10:41 am

@ cwkalish- You will be able to download the latest releases from our main downloads repository here- http://downloads.livecode.com/livecode

@ FourthWorld- As far as I'm aware, this was integrated across all platforms. There error was due to some slight changes in the Android SDK that caused the build error within LC. Is the "could not generate package manifest" error the one you are experiencing?

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--

cwkalish
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 78
Joined: Thu Sep 30, 2010 2:24 am

Re: could not generate package manifest: LC 6.7

Post by cwkalish » Wed Jan 14, 2015 1:08 am

Upgrading to 6.7.1 did it for me. Thanks.

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9837
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: could not generate package manifest: LC 6.7

Post by FourthWorld » Wed Jan 14, 2015 2:02 am

Still no luck here, cwkalish. Which OS are you using? And do you have a 32-bit or 64-bit version of Java installed?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

cwkalish
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 78
Joined: Thu Sep 30, 2010 2:24 am

Re: could not generate package manifest: LC 6.7

Post by cwkalish » Wed Jan 14, 2015 3:25 pm

A couple of things I tried (this was before upgrading to 6.7.1, so not sure they matter):
I had originally downloaded the latest JDK (I think 1.8?), but then went to Apple's site and downloaded the jdk they list (1.6.0)

I had originally installed Android Studio, but it seemed that Livecode didn't like the location of the sdk to be in my library folder (where studio puts it). I found that when I quit and restarted Livecode the path to the sdk would often be blanked out. So I loaded the sdk following instructions in this video: https://www.youtube.com/watch?v=83qrKr9bR3M

I tried loading everything up on a new computer, but haven't been able to get that one to work. There I keep getting told that the sdks is not valid when I try to specify the path in Livecode preferences. So looks like there are many ways to go wrong here.

-Chuck

maxs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 421
Joined: Sat Jun 24, 2006 12:02 am
Contact:

Re: could not generate package manifest: LC 6.7

Post by maxs » Sun Feb 15, 2015 8:21 pm

"Unable to create manifest" this seems like a common problem

I'm using Livecode 7.0.2. My stack will not build for Android. I can't find any solutions on the forums. Are there any other solutions?

Max

Tribblehunter
Posts: 78
Joined: Wed Apr 10, 2013 9:08 pm

Re: could not generate package manifest: LC 6.7

Post by Tribblehunter » Sat Feb 21, 2015 9:30 pm

I am joining this discussion as well. Am just starting to deploy to Android after sucessfully making program for windows, but it will not build.

I await the advice.....

Should have said- fails with the error 'could not generate package manifest' in both 6.7 and 7

update: it builds a test app from the sample stacks. Will not build mine. Looks like i got some coding to sort!!

As it is not a large app, i am going to use this as a training lesson. Build from scratch, deploy at regular intervals during the process and see where it trips up.

Guess I had better get the coffee on........
Returning to try to learn livecode again.

But much greyer at the temples than the last time.

maxs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 421
Joined: Sat Jun 24, 2006 12:02 am
Contact:

Re: could not generate package manifest: LC 6.7

Post by maxs » Tue Feb 24, 2015 5:20 am

I tried again. I tried building in a new location, but that didn't work. I got the same could not generate package manifest: LC 6.7 message. I need help.

Max

maxs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 421
Joined: Sat Jun 24, 2006 12:02 am
Contact:

Re: could not generate package manifest: LC 6.7

Post by maxs » Wed Feb 25, 2015 4:49 am

I tried again. Should I reinstall the Android SKDs? That's the only thing I can think of:. I need help.

Max

dave.kilroy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 858
Joined: Wed Jun 24, 2009 1:17 pm
Location: Plymouth, UK
Contact:

Re: could not generate package manifest: LC 6.7

Post by dave.kilroy » Fri Feb 27, 2015 1:28 pm

Hi Max

Have you tried LC 7.0.3? That version of LC builds fine for Android (at least for me) but when I attempt the same in 6.7.3 I get the following error:
Screen Shot 2015-02-27 at 12.24.21.png
EDIT: apologies, I hadn't noticed where you say earlier in the thread that you are using 7.0.2
"...this is not the code you are looking for..."

Tribblehunter
Posts: 78
Joined: Wed Apr 10, 2013 9:08 pm

Re: could not generate package manifest: LC 6.7

Post by Tribblehunter » Sat Mar 07, 2015 10:09 pm

Hi all.

Did not get to bottom of this with my program.

Re-wrote from scratch. Much improved and learnt lots from process.

Now if only I can start to make money from it.........Lol.
Returning to try to learn livecode again.

But much greyer at the temples than the last time.

Post Reply

Return to “Android Deployment”