Hi I just started mobile development few weeks ago. I am having one problem when I am trying to install the application to my phone(Huawei phone) with "adb install app/build/outputs/apk/newApk.apk". The first time I run this command, I get this error:
Performing Streamed Installadb: failed to install app/build/outputs/apk/newApk.apk: (my branch)
When I try again, it is stuck at Performing Streamed Install.I am not sure if the problem is with my phone model or adb. I tried "adb (deviceId) install app/build/outputs/apk/newApk.apk" with options like -t, -r and still without success. I also do not have the application installed on my phone.