Re: Error when creating Android APK

2021-11-17 Thread Jim At Consensus via use-livecode
Strange. 

Clarification. My error is occurring during stand-alone build. I include a 
folder in the “Copy Files” section. In the folder are files “to be filled” 
recording user choices, etc. The build process fails on the first “empty” file.

Will be chasing workarounds today so will see. Many alternative approaches. 
First priority is getting successful build to test other stuff.

~j

Sent from Jim's iPhone XR
Please excuse brevity, typos and errors

> On Nov 17, 2021, at 7:29 AM, Klaus major-k via use-livecode 
>  wrote:
> 
> Hi Jim,
> 
>> Am 17.11.2021 um 16:16 schrieb Jim At Consensus via use-livecode 
>> :
>> 
>> I just started getting a similar error when building a stand-alone for iOS. 
>> All of a sudden, the stand-alone builder is failing to find files when 
>> building and fails. Haven’t started troubleshooting in detail BUT it only 
>> happens when the file is empty (e.g. a text file with no data). Might be 
>> related?
> 
> no external files used with my stack!?
> 
>> Jim
>> LC9.6.4; xCode 12.5; Big Sur
> 
> oh, my system:
> macOS 10.14.6
> LC 9.6.4
> 
> But this is obviously only with that namely stack.
> Other stacks and newly created ones work fine.
> Very strange...
> 
>> Sent from Jim's iPhone XR
>> Please excuse brevity, typos and errors
>> 
 On Nov 17, 2021, at 7:09 AM, Klaus major-k via use-livecode 
  wrote:
>>> 
>>> Hi friends,
>>> 
>>> until yesterday I could create Android APK packages without problems.
>>> 
>>> Today I tried the lesson: 
>>> 
>>> Worked fine so far, Android Studio worked for a couple of minutes and 
>>> finally finished, whatever it was doing.
>>> 
>>> Now when I save a very simple stack, that I already created a standalone 
>>> from earlier,
>>> as standalone just for testing, I get this error:
>>> ---
>>> There was an error saving the standalone application
>>> could not find referenced asset to include -
>>> /Users/klaus2/Desktop/de.lproj
>>> ---
>>> Desktop? de.lproj? WTF? 8-)
>>> 
>>> I get this error when I select "Sign for development only" and also when 
>>> I select "Sign with my key" with the just created keystore file, so it is 
>>> not
>>> the keystore file. What am I missing?
>>> 
>>> Thanks in advance!
> 
> Best
> 
> Klaus
> 
> --
> Klaus Major
> https://www.major-k.de
> https://www.major-k.de/bass
> kl...@major-k.de
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Error when creating Android APK

2021-11-17 Thread panagiotis m via use-livecode
Thanks for the update Klaus :)

Glad the lesson is still valid :)

Cheers,
Panos
--

On Wed, 17 Nov 2021 at 17:46, Klaus major-k via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Panos,
>
> > Am 17.11.2021 um 16:40 schrieb panagiotis m via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > Hello Klaus,
> >
> > It sounds like you have this in the Copy Files section in the standalone
> > settings of this stack:
> > /Users/klaus2/Desktop/de.lproj
> > and this resource cannot be found by the standalone builder, because it
> is
> > not there.
> > Is it the case?
>
> oh, boy, yes, it is, how embarrassing... 8-)
> No idea why I added this one?
>
> Thank you very much!
>
> > Kind regards,
> > Panos
>
> P.S.
> This works very fine:
> >> how-do-i-create-a-self-signed-certificate-for-an-android-app
>
> With that certificate we can download an APK from any source and install
> it.
> Only the security mechanism on the cellphone complains a bit but we can
> install
> it anyway, cool! :-)
>
>
> Best
>
> Klaus
>
> --
> Klaus Major
> https://www.major-k.de
> https://www.major-k.de/bass
> kl...@major-k.de
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Error when creating Android APK

2021-11-17 Thread Klaus major-k via use-livecode
Hi Panos,

> Am 17.11.2021 um 16:40 schrieb panagiotis m via use-livecode 
> :
> 
> Hello Klaus,
> 
> It sounds like you have this in the Copy Files section in the standalone
> settings of this stack:
> /Users/klaus2/Desktop/de.lproj
> and this resource cannot be found by the standalone builder, because it is
> not there.
> Is it the case?

oh, boy, yes, it is, how embarrassing... 8-)
No idea why I added this one?

Thank you very much!

> Kind regards,
> Panos

P.S.
This works very fine:
>> how-do-i-create-a-self-signed-certificate-for-an-android-app

With that certificate we can download an APK from any source and install it.
Only the security mechanism on the cellphone complains a bit but we can install 
it anyway, cool! :-)


Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Error when creating Android APK

2021-11-17 Thread panagiotis m via use-livecode
Hello Klaus,

It sounds like you have this in the Copy Files section in the standalone
settings of this stack:

/Users/klaus2/Desktop/de.lproj

and this resource cannot be found by the standalone builder, because it is
not there.

Is it the case?

Kind regards,
Panos
--

On Wed, 17 Nov 2021 at 17:28, Klaus major-k via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Hi Jim,
>
> > Am 17.11.2021 um 16:16 schrieb Jim At Consensus via use-livecode <
> use-livecode@lists.runrev.com>:
> >
> > I just started getting a similar error when building a stand-alone for
> iOS. All of a sudden, the stand-alone builder is failing to find files when
> building and fails. Haven’t started troubleshooting in detail BUT it only
> happens when the file is empty (e.g. a text file with no data). Might be
> related?
>
> no external files used with my stack!?
>
> > Jim
> > LC9.6.4; xCode 12.5; Big Sur
>
> oh, my system:
> macOS 10.14.6
> LC 9.6.4
>
> But this is obviously only with that namely stack.
> Other stacks and newly created ones work fine.
> Very strange...
>
> > Sent from Jim's iPhone XR
> > Please excuse brevity, typos and errors
> >
> >> On Nov 17, 2021, at 7:09 AM, Klaus major-k via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >>
> >> Hi friends,
> >>
> >> until yesterday I could create Android APK packages without problems.
> >>
> >> Today I tried the lesson:
> >> <
> https://lessons.livecode.com/m/4069/l/32674-how-do-i-create-a-self-signed-certificate-for-an-android-app
> >
> >> Worked fine so far, Android Studio worked for a couple of minutes and
> finally finished, whatever it was doing.
> >>
> >> Now when I save a very simple stack, that I already created a
> standalone from earlier,
> >> as standalone just for testing, I get this error:
> >> ---
> >> There was an error saving the standalone application
> >> could not find referenced asset to include -
> >> /Users/klaus2/Desktop/de.lproj
> >> ---
> >> Desktop? de.lproj? WTF? 8-)
> >>
> >> I get this error when I select "Sign for development only" and also
> when
> >> I select "Sign with my key" with the just created keystore file, so it
> is not
> >> the keystore file. What am I missing?
> >>
> >> Thanks in advance!
>
> Best
>
> Klaus
>
> --
> Klaus Major
> https://www.major-k.de
> https://www.major-k.de/bass
> kl...@major-k.de
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Error when creating Android APK

2021-11-17 Thread Klaus major-k via use-livecode
Hi Jim,

> Am 17.11.2021 um 16:16 schrieb Jim At Consensus via use-livecode 
> :
> 
> I just started getting a similar error when building a stand-alone for iOS. 
> All of a sudden, the stand-alone builder is failing to find files when 
> building and fails. Haven’t started troubleshooting in detail BUT it only 
> happens when the file is empty (e.g. a text file with no data). Might be 
> related?

no external files used with my stack!?

> Jim
> LC9.6.4; xCode 12.5; Big Sur

oh, my system:
macOS 10.14.6
LC 9.6.4

But this is obviously only with that namely stack.
Other stacks and newly created ones work fine.
Very strange...

> Sent from Jim's iPhone XR
> Please excuse brevity, typos and errors
> 
>> On Nov 17, 2021, at 7:09 AM, Klaus major-k via use-livecode 
>>  wrote:
>> 
>> Hi friends,
>> 
>> until yesterday I could create Android APK packages without problems.
>> 
>> Today I tried the lesson: 
>> 
>> Worked fine so far, Android Studio worked for a couple of minutes and 
>> finally finished, whatever it was doing.
>> 
>> Now when I save a very simple stack, that I already created a standalone 
>> from earlier,
>> as standalone just for testing, I get this error:
>> ---
>> There was an error saving the standalone application
>> could not find referenced asset to include -
>> /Users/klaus2/Desktop/de.lproj
>> ---
>> Desktop? de.lproj? WTF? 8-)
>> 
>> I get this error when I select "Sign for development only" and also when 
>> I select "Sign with my key" with the just created keystore file, so it is not
>> the keystore file. What am I missing?
>> 
>> Thanks in advance!

Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Error when creating Android APK

2021-11-17 Thread Jim At Consensus via use-livecode
I just started getting a similar error when building a stand-alone for iOS. All 
of a sudden, the stand-alone builder is failing to find files when building and 
fails. Haven’t started troubleshooting in detail BUT it only happens when the 
file is empty (e.g. a text file with no data). Might be related?
Jim
LC9.6.4; xCode 12.5; Big Sur

Sent from Jim's iPhone XR
Please excuse brevity, typos and errors

> On Nov 17, 2021, at 7:09 AM, Klaus major-k via use-livecode 
>  wrote:
> 
> Hi friends,
> 
> until yesterday I could create Android APK packages without problems.
> 
> Today I tried the lesson: 
> 
> Worked fine so far, Android Studio worked for a couple of minutes and finally 
> finished, whatever it was doing.
> 
> Now when I save a very simple stack, that I already created a standalone from 
> earlier,
> as standalone just for testing, I get this error:
> ---
> There was an error saving the standalone application
> could not find referenced asset to include -
> /Users/klaus2/Desktop/de.lproj
> ---
> Desktop? de.lproj? WTF? 8-)
> 
> I get this error when I select "Sign for development only" and also when 
> I select "Sign with my key" with the just created keystore file, so it is not
> the keystore file. What am I missing?
> 
> Thanks in advance!
> 
> 
> Best
> 
> Klaus
> --
> Klaus Major
> https://www.major-k.de
> https://www.major-k.de/bass
> kl...@major-k.de
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Error when creating Android APK

2021-11-17 Thread Klaus major-k via use-livecode
Hi friends,

until yesterday I could create Android APK packages without problems.

Today I tried the lesson: 

Worked fine so far, Android Studio worked for a couple of minutes and finally 
finished, whatever it was doing.

Now when I save a very simple stack, that I already created a standalone from 
earlier,
as standalone just for testing, I get this error:
---
There was an error saving the standalone application
could not find referenced asset to include -
/Users/klaus2/Desktop/de.lproj
---
Desktop? de.lproj? WTF? 8-)

I get this error when I select "Sign for development only" and also when 
I select "Sign with my key" with the just created keystore file, so it is not
the keystore file. What am I missing?

Thanks in advance!


Best

Klaus
--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode