[codenameone-discussions] Re: IntelliJ IDEA+AndroidStudio local Android build failed

2021-06-03 Thread Shai Almog
Do you have more than one version of Android Studio installed? Which versions are installed on your system? On Thursday, June 3, 2021 at 7:48:52 PM UTC+3 P5music wrote: > I have to run a slightly modified version of my CN1 app on the Android > emulator. > I performed a local Android build on a

[codenameone-discussions] Re: Custom extension not registered and not opening files with AppArg on iOS

2021-06-03 Thread Shai Almog
So if I understand correctly your app appears correctly in the list of options for the file. But the arg isn't passed when you click on the app. On which version of iOS are you testing this? On Thursday, June 3, 2021 at 4:36:41 PM UTC+3 P5music wrote: > > My CN1 app has to open data files with

[codenameone-discussions] Re: Suggestion about changing the location of cn1storage folder

2021-06-03 Thread Shai Almog
We can't change something dynamically as it will break compatibility. You can submit an RFE or pull request which provides the different storage location option as an API or configuration. On Thursday, June 3, 2021 at 4:10:05 PM UTC+3 P5music wrote: > Can the cn1storage folder be under the

[codenameone-discussions] IntelliJ IDEA+AndroidStudio local Android build failed

2021-06-03 Thread 'P5music' via CodenameOne Discussions
I have to run a slightly modified version of my CN1 app on the Android emulator. I performed a local Android build on a Linux machine, as I did for the iOS build on a OSX machine. The build failed with errors that can be found in the text attachments. log1 is from AndroidStudio subsequent

[codenameone-discussions] Re: Problems with a webservice and population in Json

2021-06-03 Thread rdvg...@gmail.com
Hi, Thank you very much, it works well. El Wednesday, June 2, 2021 a la(s) 8:25:10 PM UTC-5, Shai Almog escribió: > In JSON [] means array or list and {} means object or map. So you do have > a list of maps in the jSON which is what you see in Java. > > Sorry it wasn't clear but I means

[codenameone-discussions] Custom extension not registered and not opening files with AppArg on iOS

2021-06-03 Thread 'P5music' via CodenameOne Discussions
My CN1 app has to open data files with custom extension when the user selects one of them to be opened from the Files app, or another app (like opening it as e-mail attachment, for example). The import/export feature works. This is a part of the ios.plistInject string:

[codenameone-discussions] Suggestion about changing the location of cn1storage folder

2021-06-03 Thread 'P5music' via CodenameOne Discussions
Can the cn1storage folder be under the Library directory on iOS instead of Documents for new maven templates or as an option for existing projects (at least those unpublished yet like mine)? My app exposes the Documents folder to the user. The user doesn't want to see other content among the

[codenameone-discussions] Suggestion about changing the location of cn1storage folder on iOS

2021-06-03 Thread 'P5music' via CodenameOne Discussions
My app exposes its Documents folder to the user in iOS environment, both on the device and iTunes. I see that the cn1storage folder is there, and also I see some other temp files, like a sort of app package for example, I saw. I suggest that the maven templates that can be downloaded from your