I want to use Android Monitor with Android Studio 3.0

Asked 1 years ago, Updated 1 years ago, 73 views

As the title suggests.

I am currently developing using Android 4.4 devices, but when I updated to Android Studio 3.0, Android Monitor was replaced by a feature called Android Profiler, and when I connected the device, Device not supported appears and I cannot use it.

As the message Android Profiler requirements a device with API 21 (Lolipop) is displayed, I understand that the functionality is supported after Lolipop's device, but since Kitkat devices are included in the development target, I am having trouble using monitors such as memory.
If anyone knows how to solve this problem, could you please let me know?

Just in case, I think it will be one of the following.

1. Downgrade Android Studio
 ->I know this will solve the problem, but since Lolipop and later devices will also be developed,
  I don't want to downgrade the development environment itself.
2. Enable Android Profiler to work with Kitkat
 -> Is it difficult?I have no idea.
3. Use alternative tools
 ->If you have any recommendations, could you please let me know?

That's all.

android android-studio

2022-09-29 21:21

1 Answers

Android Device Monitor appears to have been removed on the surface, but it is still included in the Android SDK.
{SDK installation path}/tools/lib/monitor-x86_64/monitor starts Android Device Monitor like this
Don't forget to configure Port on first boot

Enter a description of the image here


2022-09-29 21:21

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.