After android packaging, run .bat file and got problem

after android packaging, i run .bat file and i got problem.

here is log.

C:\Users\Eden\Desktop\Android_ETC1>setlocal

C:\Users\Eden\Desktop\Android_ETC1>set ANDROIDHOME=C:\android-sdk-windows

C:\Users\Eden\Desktop\Android_ETC1>if “C:\android-sdk-windows” == “” set
ANDROIDHOME=C:\android-sdk-windows

C:\Users\Eden\Desktop\Android_ETC1>set ADB=C:\android-sdk-windows\platfor
m-tools\adb.exe

C:\Users\Eden\Desktop\Android_ETC1>set DEVICE=

C:\Users\Eden\Desktop\Android_ETC1>if not “” == “” set DEVICE=-s

C:\Users\Eden\Desktop\Android_ETC1>for /F “delims=” %A in (‘C:\android-sd
k-windows\platform-tools\adb.exe shell “echo $EXTERNAL_STORAGE”’) do @anonymous_user_829607e71 STORAG
E=%A

Uninstalling existing application. Failures here can almost always be ignored.

C:\Users\Eden\Desktop\Android_ETC1>C:\android-sdk-windows\platform-tools
adb.exe uninstall com.YourCompany.ThirdPersonProject
Success

Installing existing application. Failures here indicate a problem with the devic
e (connection or storage permissions) and are fatal.

C:\Users\Eden\Desktop\Android_ETC1>C:\android-sdk-windows\platform-tools
adb.exe install ThirdPersonProject-armv7-es2.apk
4425 KB/s (28924675 bytes in 6.382s)
pkg: /data/local/tmp/ThirdPersonProject-armv7-es2.apk
Success

C:\Users\Eden\Desktop\Android_ETC1>C:\android-sdk-windows\platform-tools
adb.exe shell rm -r /storage/emulated/legacy/UE4Game/ThirdPersonProject

C:\Users\Eden\Desktop\Android_ETC1>C:\android-sdk-windows\platform-tools
adb.exe shell rm -r /storage/emulated/legacy/UE4Game/UE4CommandLine.txt
rm: /storage/emulated/legacy/UE4Game/UE4CommandLine.txt: No such file or directo
ry

C:\Users\Eden\Desktop\Android_ETC1>C:\android-sdk-windows\platform-tools
adb.exe shell rm -r /storage/emulated/legacy/obb/com.YourCompany.ThirdPersonPro
ject

Installing new data. Failures here indicate storage problems (missing SD card or
bad permissions) and are fatal.

C:\Users\Eden\Desktop\Android_ETC1>C:\android-sdk-windows\platform-tools
adb.exe push main.1.com.YourCompany.ThirdPersonProject.obb /storage/emulated/le
gacy/obb/com.YourCompany.ThirdPersonProject/main.1.com.YourCompany.ThirdPersonPr
oject.obb

what is my problem?

Hey Pompom,

Could you please upload a screenshot of your Android SDK within the engine? Which version of the engine are you using exactly?

Looking forward to hearing back from you, thanks!

hello. im not good at english. so excuse me :slight_smile:

i solved this problem other way.

i just put the files(obb file, apk file) in my phone. exactly i made the directory obb/com.YourCompany.ThirdPersonProject/ and put apk in here.

the apk is successfully runned.

now the problem is run .bat file isn’t success.

my engine version is 4.8.2 and android SDK is maybe 19? the latest version.

anyway, im satisfy at this result. so i want to stop think about .bat file fail problem.

thank you to attention my question post. very much thank you.