How to test an app created on Unity for Android in a logcat emulator like in Android Studio?

Asked

Viewed 1,725 times

2

In the unity developing for Android, it does not test exactly as in an emulator like Android Studio. I know you can generate one apk and test on the physical device, but I wanted to test on an emulator or even on the physical device with logcat equal to the Android Studio. Will there be some way ?

1 answer

1

Yes, there is a way.

It’s an app called Unityremote 4, in this link you can find all the information on how to configure, you can do it without generating the APK, if you want to use it on a physical device or emulator, if you want to use it on an emulator, just install that App and configure it as it is on Docs of Unity3d.

Briefly the steps that will have to be taken for the proper use of Unityremote 4 sane:

  1. Install the Unityremote4 App;

  2. Connect your mobile device to your computer via USB (if an emulator, ignore this step);

  3. Put the mobile device into programmer mode;

  4. Log in to Unity3d and open the desired project;

  5. Go to Edit > Project Settings > Editor;

  6. Choose Device the option of Any Android Device or Any iOS Device (depending on the desired mobile device).

The other options within the Settings Editor, are not relevant but I recommend the use as it is in this image:

inserir a descrição da imagem aqui

Download the App for Android: Click Here.

Download the App for iOS: Click Here

Browser other questions tagged

You are not signed in. Login or sign up in order to post.