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 alt

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

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, be

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:2

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 detai

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 re

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 fi