|
Post by Alex Epifanov on Aug 20, 2021 10:22:28 GMT
|
|
|
Post by newuser on Aug 25, 2021 15:08:11 GMT
Not sure if this is documented somewhere already and I've just missed it, but are we able to build using the M1 macs?
|
|
|
Post by Dmitry Soldatenkov on Aug 25, 2021 17:23:33 GMT
Hi, we do not tested it. I think Rhodes will be works from XCode for device and build from command line for device. But I am not sure about correct build for Simulator on M1 device.
|
|
kryssi
Junior Member
Posts: 19
|
Post by kryssi on Dec 4, 2021 15:12:12 GMT
Hi guys,
I tried to install 7.4.0 and 7.4.1 on my new laptop but I can't build for android, I get the following error:
platform\android\Rhodes\src\com\rhomobile\rhodes\RhodesActivity.java:639: error: getSplashScreen() in RhodesActivity cannot override getSplashScreen() in Activity
public SplashScreen getSplashScreen() {
^
overridden method is final
I've tried two different projects resulting in the same error. I tried different android sdk and in 4.4.2 I get different error:
C:\RMS7.4.1\ruby\lib\ruby\gems\2.5.0\gems\rhodes-7.4.1\extensions\rhoelementsext\ext\rhoelementsext\platform\android\rhoelements_temp\src\com\rho\rhoelements\graphics\BatteryIndicator.java:384: error: cannot find symbol
Logger.E(TAG, e);
^
symbol: variable TAG
location: class BatteryIndicator
C:\RMS7.4.1\ruby\lib\ruby\gems\2.5.0\gems\rhodes-7.4.1\extensions\rhoelementsext\ext\rhoelementsext\platform\android\rhoelements_temp\src\com\rho\rhoelements\graphics\BatteryIndicator.java:384: error: cannot find symbol
Logger.E(TAG, e);
^
symbol: variable Logger
location: class BatteryIndicator
C:\RMS7.4.1\ruby\lib\ruby\gems\2.5.0\gems\rhodes-7.4.1\extensions\rhoelementsext\ext\rhoelementsext\platform\android\rhoelements_temp\src\com\rho\rhoelements\graphics\BatteryIndicator.java:428: error: cannot find symbol
Logger.E(TAG, e);
^
symbol: variable TAG
location: class BatteryIndicator
C:\RMS7.4.1\ruby\lib\ruby\gems\2.5.0\gems\rhodes-7.4.1\extensions\rhoelementsext\ext\rhoelementsext\platform\android\rhoelements_temp\src\com\rho\rhoelements\graphics\BatteryIndicator.java:428: error: cannot find symbol
Logger.E(TAG, e);
^
symbol: variable Logger
location: class BatteryIndicator
I created this project using version 4.x or 5.x, do I need to recreate it from scratch using 7.4 or am I doing something wrong?
|
|
|
Post by Alex Epifanov on Dec 4, 2021 22:21:35 GMT
kryssi, you don't want any reference to rhoelements in your build.yml, if was deprecated years ago
|
|
kryssi
Junior Member
Posts: 19
|
Post by kryssi on Dec 5, 2021 17:33:00 GMT
Thank you Alex, that was the case.
|
|