-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Dropping .apk in Android Studio plugin for Beta distribution issue #7
Comments
OK Just got it. For those who are getting stuck on it. After several hours, just found out what I have to do in order to distribute the app through Android Studio Fabric Plugin. You'll have to copy the Create your archive for distribution and simply drop your brand new generated apk into Android Studio and that's it. GL & HF |
Thanks for sharing the solution. I didn't used Beta, Good to know that it also works. I'll include that gotcha on the readme. |
FYI everyone, on this I just found out the hard way that for each new beta build you must do a series of tasks:
|
Hi all, Then you can use fastlane to submit the signed-zipaligned APK file. No need to use Android studio anymore. Just one problem for me now (I don't think it is linked with this solution) but even the submitted APK is signed and zipaligned, the APK downloaded by the "Beta Crachlytics App" can be installed but not launched because all the Dll files in the "assemblies" folder are not zipaligned anymore. |
Hi @franckbrun did you make any progress on this? I'm seeing the zipalign problem now too. |
@Tomsons thanks for this solution. |
Hello,
just followed your instructions step by step. Everything's working as expected, Crashlytics issue reporting works as expected. The only issue I'm getting is the following:
When I try to drop the generated .apk into the Android Studio Fabric plugin in order to distribute it through Beta I'm getting this error:
As I don't get any kind of logs, do you may have any clue how to solve this issue?
The text was updated successfully, but these errors were encountered: