App Test .apk info

Hi guys,
i’m working on apps just from few days, i made a little project following correctly all steps from here https://docs.unrealengine.com/latest/INT/Platforms/Android/GettingStarted/

Actually i’m using the app from the device used for debug, and everything work correctly; but if i would like to test my app in another device, how can i do?

I tested coping the apk in another smartphone, but installing it, the apk doesn’t create OBB file.

Hello, I your game is under the required size, you can pack you OBB directly inside you APK file. Else you need to both copy APK and OBB. CHeck in you Build folder, there is scripts to auto-copy/install you game via USB, just plug the phone you want with Developer settings enabled on it.

Cheers :wink:

i got it :slight_smile:
thank you so much