pbreault / adb-idea

A plugin for Android Studio and Intellij IDEA that speeds up your day to day android development.
Apache License 2.0
2.11k stars 255 forks source link

Plugin ADB Idea depends on unknown plugin org.jetbrains.android #97

Open Succelos opened 5 years ago

Succelos commented 5 years ago

Hello,

I'm trying to install this plugin on Rider 2018.2.3 with "Install plugin from disk..." but I get a warning saying "Plugin ADB Idea depends on unknown plugin org.jetbrains.android".

capture du 2018-10-18 18-04-38

Unfortunately, I can't find this plugin anywhere.

Did I miss something in my settings ?

JMartelot commented 5 years ago

Hi,

I'm facing the same issue, I'm working on Debian 9.

Could you advise us, how to fix it?

Thanks

pbreault commented 5 years ago

It probably can't work. This plugin depends on the Android tooling that is based on Gradle. This is where it gets access to the debug bridge and to the app's package name.

I'm assuming that you are using Xamarin, which is probably completely independent from the android tooling present in Intellij and Android Studio.

Did the plugin appear in the plugin repository or did you manually install it?

Succelos commented 5 years ago

Yes, the plugin appeared in the plugin repository but it didn't work either, that's why I tried to install it manually.

Indeed, I am using Xamarin, I had some issues with it, so I moved all the build process to a script using a docker image which generate an APK file. Using adb tool, I can make it run but I would like to be able to debug it from Rider. Do you maybe know a work-around to do so ?

bretbas commented 1 year ago

I have the same problem...