6 lines
134 B
Batchfile
6 lines
134 B
Batchfile
@echo off
|
|
for %%i in (android.bat) do set x=%%~dp$PATH:i
|
|
set x=%x:\tools=%
|
|
|
|
# not yet tested!
|
|
@echo "sdk.dir=%x%" >> local.properties
|