Can I use relative path for #SignKeyFile setting? If yes, could someone show me how, please?
B4X:
'I first put the file in the project folder (same as the project file) and use
#SignKeyFile: mykeyfile.keystore
'Then I put the file in its parent folder and use
#SignKeyFile: ..\mykeyfile.keystore
'Neither worked and both returned file not found error