Monday, 21 September 2020

How can I set path for my Shell Script in Android Studio?

I want to set Script Path for my script in android project without using a strict path(/User/Documents/MyApp/tools/script.sh) as well as "Working directory".

I know that I can use "External tools" but this solution doesn't work because all project developers will have to import my jar file with "external tools" settings

Can I somehow write this path using $ProjectFileDir$ variables? enter image description here



from How can I set path for my Shell Script in Android Studio?

No comments:

Post a Comment