|
Post by jacecen on Jan 18, 2021 15:06:48 GMT
When i try to create a Android upgrade package in Rhomobile 7.3, i get an 'Type error: no implicit conversion of nil into string' error message. However the compilation of the project works perfectly. I attach the build trace. Thanks in advance. Attachments:out.txt (12.34 KB)
|
|
|
Post by Alex Epifanov on Jan 18, 2021 16:16:09 GMT
|
|
|
Post by jacecen on Jan 18, 2021 18:10:16 GMT
It worked perfectly. Thanks a lot
|
|
|
Post by jacecen on Aug 19, 2024 22:17:05 GMT
After updating the rhomobile version to 7.6.7, I have problems again when generating an upgrade package. I attach the error output. Attachments:out.txt (1.67 KB)
|
|
|
Post by Alex Epifanov on Aug 26, 2024 9:33:25 GMT
jacecen please attach verbose build output with --trace flag. Also provide your config details: SDK, NDK, Java versions.
|
|
|
Post by jacecen on Aug 26, 2024 22:01:41 GMT
I'm using rhomobile version 7.6.7 with sdk 13 and ndk 25 with java version 11 and when trying to generate an upgrade_package I get an error related to the sdk version. Modifying line 2655 of the android.rake file, leaving: $skip_checking_Android_SDK = false works perfectly for me Attachments:buildout.txt (5.69 KB)
|
|
|
Post by Alex Epifanov on Sept 9, 2024 15:45:39 GMT
I won't recommend modifying build scripts, it could remove necessary checks and break build logic.
|
|