cancel
Showing results for 
Search instead for 
Did you mean: 

HAT Android SDK emulator problems with non ascii paths

former_member306083
Participant
0 Kudos

Hi, I had serveral problems installing HAT 1.14.3 with my user directory "C:\Users\Sebasti�n\", the andoroid SDK do not recognize non ascii characters, so, I had to move my home directories to the C:\. The setup ends and the HAT is running. But I have a problem to run my android device emulator, the error log show that a file is not found and it´s due it looking at C:\Users\Sebastián\SAPHybrid\... directory, and, as in the setup, android do not recognize this path.


Please and thanks help to change this SAPHybrid home directory, it isn´t at the system variables. The attachement is the execution log

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Advisor
Advisor
0 Kudos

In the install directory of HAT there's a config.json file.  Try altering the workspace path as required.

"workSpace" : "SAPHybrid",

You will need to copy the ui5 libraries that exist in SAPHybrid to the new location.

Regards,

Jamie

SAP - Technology RIG

former_member306083
Participant
0 Kudos

Thank you Jamie, I try this:

"workSpace" : "C:\SAPHybrid"

but gives the error

Load file syntaxError: ...\config.json: Unexpected token S

Best Regards

jamie_cawley
Advisor
Advisor
0 Kudos

For the path try using

../../SAPHybrid

Regards,

Jamie

SAP - Technology RIG

former_member306083
Participant
0 Kudos

continue looking at %USERPROFILE%

thanks anyway

Answers (0)