cancel
Showing results for 
Search instead for 
Did you mean: 

Problem building APK using MDK_SDK CLIENT

juanforero5
Participant
0 Kudos

Hello everyone, I am trying to build a mobile application that uses the geolocation nativescript and I have all my dependencies installed but when I execute the "create-client" command and choose my .mdkproject folder I get the following error:

It is worth mentioning that I already have everything configured perfectly and I have all the dependencies installed correctly and verified with the dependency installer, in fact a few days ago I built an application and everything went well but suddenly this error started and I have not been able to solve it.

juanforero5
Participant
0 Kudos

I am using the MDK_SDK_6_1_3_002_Notarized

hashirshabbir
Explorer
0 Kudos

I am also facing the same problem for my website geometrydashapks. Did you any valid solution?

Accepted Solutions (0)

Answers (1)

Answers (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Juan,

Please follow the solution mentioned in this SAP note https://launchpad.support.sap.com/#/notes/3159124 , the issue has caused due to some unexpected changes in {N} dependencies.

juanforero5
Participant
0 Kudos

I have a problem, I already executed the two commands npm uninstall -g nativescript and npm install -g nativescript@8.2.2

But when checking the version with ns --version it keeps giving me 8.0.2 and I restarted the computer but it keeps taking the old version, do you know what I can do?

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

I am not quite sure why it is still pointing to older version, i suggest check NS docs or in some other forums.

cryan_marco
Explorer
0 Kudos

Hi Juan,

Were you able to figure out how to update it to 8.2.2? I'm getting same issue. After npm install -g nativescript@8.2.2, still showing 8.0.2.

Thanks,

Ryan

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Is it possible you have multiple node installations and the dependency installer is finding a different one than the command line?