Since the development of ionic uses only text editors, not an IDE, we actually do not use android studio. However, for this particular case, when a native has to dive, we will need to forcibly build our application from the studio.
What you can do is
Add Android platform to cordova app.
import the application into Android studio (file, import project, yourapp / platform / android)
Follow the instructions from Crashlytics.
Now you can continue to work with API keys and Build Secret.
on cli, follow the code to add the plug-in cordova add cordova -... plugin
run the application on android studio.
Please let me know if this helps. I was able to do this earlier, but I will try to help you every time. Hooray!
source share