nano
nano

Reputation: 2521

Android Studio - Cannot deploy signed APK using Fabric plugin

I'm trying to create a Beta distribution using Fabric plugin (v4.1.1) in Android Studio (v2.3.1).

I'm dragging the signed APK into the Fabric plugin window. After it, I am asked to select the testers, but the Next button does not work, even if I add some email address in the Testers to Invite edittext.

Fabric Plugin]

Thanks!

Upvotes: 2

Views: 320

Answers (1)

Leo
Leo

Reputation: 4681

This was happening to me as well. I have never had a problem before (same machine, same Android Studio). However, upon finding your question I realized that I had just installed some plugins. Specifically the plugin that messed the fabric plugin up is the Material Theme UI Fork. As soon as I disabled it I was able to press the Next button.

I don't know if the fault lies with the theme or Fabric.

So disable any non-default plugins and see if it helps.

Upvotes: 1

Related Questions