honeynet / droidbot

A lightweight test input generator for Android. Similar to Monkey, but with more intelligence and cool features!
MIT License
791 stars 230 forks source link

[Feature] Add support to Android 12L (API Level 32) #151

Open Niweera opened 1 year ago

Niweera commented 1 year ago

Currently, Droidbot only supports up to Android API Level 31 (due to the discontinuity of the Minicap library and not supporting Android API Level 32+). I propose temporarily disabling Minicap by checking if the API Level is 32 or above.

aavuzb commented 1 year ago

Hello. I changed some parts of Droidbot what you did. But, unfortunately, still I cannot test Android Api level >= 32. Droidbot is telling "failed to get current views!". Isn't it possible to find minicap android-32, 33 or higher? I tried to search on the internet, but, I couldn't find. Is there no other ways to test Android Api level >= 32?