dabs
Full Member
Posts: 78
|
Post by dabs on Jun 19, 2020 11:06:40 GMT
Are there any plans to make the upgrade easier? I have got 6.x installed, and I need to completely uninstall it before I can install 7.x, thereby losing all my settings.
|
|
|
Post by Alex Epifanov on Jun 19, 2020 12:33:37 GMT
Are there any plans to make the upgrade easier? I have got 6.x installed, and I need to completely uninstall it before I can install 7.x, thereby losing all my settings. In fact, you can just put rhobuild.yml from rhodes gem installation dir to $HOME/.rhomobile. So this config would be used by any Rhodes installation.
|
|
dabs
Full Member
Posts: 78
|
Post by dabs on Jun 19, 2020 12:36:39 GMT
Ah, that does make it much easier.
What about changes I've made to keyboard shortcuts etc., are they stored in a file or in the registry?
|
|
|
Post by Alex Epifanov on Jun 19, 2020 12:39:30 GMT
You mean for RhoStudio? Can't tell for sure, really.. I'd suggest it stores its settings in files somewhere at RhoMobile istallation or at user homedir. BTW we are working on some dev tools update. Our plan is to publish a VS Code plugin with functionality similar to RhoStudio.
|
|
|
Post by egghead on Jun 19, 2020 12:48:02 GMT
What happened to the Zebra era VS plugin? If I'm not mistaken, I still have it but never tried it
|
|
|
Post by Alex Epifanov on Jun 22, 2020 12:54:16 GMT
What happened to the Zebra era VS plugin? If I'm not mistaken, I still have it but never tried it I never heard about it
|
|
|
Post by egghead on Jun 22, 2020 13:34:15 GMT
Ok, Alex, I will search for it in my archives and send you the same along with the presentation video or slide, in case I have that too. Maybe it'll help to avoid duplication in efforts
|
|
|
Post by egghead on Jun 22, 2020 15:14:22 GMT
Ok, Alex, I will search for it in my archives and send you the same along with the presentation video or slide, in case I have that too. Maybe it'll help to avoid duplication in efforts Alex, in fact it goes back to the Moto days. Please check out the 2 files sent via email.
|
|
dabs
Full Member
Posts: 78
|
Post by dabs on Jun 23, 2020 13:01:57 GMT
I'm having trouble building my app with the latest version of RhoStudio. I believe I have installed all that is required (Java, Android SDK, Android NDK), but of course I cannot be entirely sure. The majority of the build output can be found here: pastebin.com/5BJarbtZThe first error I get is this one: [31mC:/RhoMobileSuite7.2/ruby/lib/ruby/gems/2.3.0/gems/rhodes-7.2/platform/android/../../platform/android/Rhodes/jni/src/fileapi.cpp:1231:20: error: 'pLock' was not declared in this scope Any ideas what could cause this? I'm testing this on my old dev machine, building with 6.2 on my main machine works as expected.
|
|
|
Post by Alex Epifanov on Jun 23, 2020 14:12:43 GMT
|
|
dabs
Full Member
Posts: 78
|
Post by dabs on Jun 23, 2020 18:47:03 GMT
Ok, I'm a bit closer, but now I'm getting Java compile errors I'm not familiar with: pastebin.com/GYXSiA38Any idea what would cause this?
|
|
|
Post by Alex Epifanov on Jun 23, 2020 18:57:30 GMT
Ok, I'm a bit closer, but now I'm getting Java compile errors I'm not familiar with: pastebin.com/GYXSiA38Any idea what would cause this? that's from rhoelements. it was deprecated a while ago. i recommend you to remove it from your build.ymo
|
|
dabs
Full Member
Posts: 78
|
Post by dabs on Jun 23, 2020 20:22:21 GMT
So basically just remove the following line?
app_type: "rhoelements"
At least it seemed to do the trick, i.e. now I have an .apk. I just have to check if it works :-)
Thanks for the help!
|
|
|
Post by Alex Epifanov on Jun 23, 2020 20:32:58 GMT
yep. It was deprecated way back in v5.5 if I recall correctly. Dunno why we didn't remove its files out of bundle yet. Still it is neither developed nor maintained, and has no use at all.
|
|
|
Post by egghead on Jun 24, 2020 1:22:22 GMT
So basically just remove the following line? app_type: "rhoelements" At least it seemed to do the trick, i.e. now I have an .apk. I just have to check if it works :-) Thanks for the help! Yeah, these are all legacy "pay for use" settings from the Moto and/or Zebra days. TAU has done a great service to developers like us by opening up these APIs. I for one have immensely benefited as I do not get paid for development, nor do the end users pay for such "pay for use" or "pay as you use" (in the case of RhoConnect) features.
I would have loved to contribute to the platform and see it grow in strength and added features, but due to other pre-occupations coupled with the lack of knowledge required for such a task, I regret I could not. Long live Rho!
|
|