Appium Server
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022
03:46 AM
5 REPLIES 5
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022
06:29 AM
10-05-2022
06:29 AM
Looks like the device refused the connection. Can you try enabling USB Debugging under Developer Options?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022
06:35 AM
10-05-2022
06:35 AM
Yes I can Enable it
Note:my device Redmi note 11pro + 5g Android 12
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022
07:15 AM
10-05-2022
07:15 AM
Are you able to install your apk manually from the command prompt?
adb install example.apk
or
adb -s emulator-5554 install example.apk
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2022
10:21 AM
10-05-2022
10:21 AM
I Think you mean install via USB I am Already Enable it
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2022
02:41 AM
10-06-2022
02:41 AM
Ignore my statement about "Install unknown apps". However, you should be able to run the adb command from the command prompt to see the full error message, which will help in diagnosing any issues.
I'm not sure if your app is built in x86 or x64? Memory may be full? Could be invalid package name due to capital letters being used?
