google drive does not allow signed apk file download - android-studio

I am generating a "Signed Bundle/APK" file using Android Studio Chipmunk version. I upload the output-metadata.json and app-release.apk file to google drive. When I try to download this .apk file from my computer, it is "Virus detected. Download anyway" and in the phone it is not allowing me download at all. In the phone it is throwing a "Download error" as notification.
It has been working fine till couple of months back with the same building and delivering over google drive. I am signing the .apk file and the apksigner and jar signer shows the .apk file as signed.
In phone settings, I have also allowed installed from downloaded apk files.
I tried building the apk file from linux and osx and receiving the same error. How to fix this problem?

Related

How can I convert an Android application to aab format to upload my application to Google Play

I made an app using Android Studio, but when I upload it to Google Play, it asks me for an aab file.
In Android Studio, select “Build => Generate Signed Bundle / APK” and follow the dialog.
The process will leave you with a built and signed release bundle that’s ready for upload to the Play Store.
for more detailed steps go here.
In Android Stuido go to Build -> Generate signed bundle/APK and select Android application bundle.
after that, enter all your information and paths and your aab file will be generated.
for more information look at this video

My Android studio maked app is not install into other device. It's only work in debugged device. What can I do?

When I make any apps with the android studio it's worked when I build it in my device but when I share this app from my device to any other device than that app is not installed. It shows a message that "App is not installed" what can I do now! how can I get rid from this problem? Please help me.
Generate signed apk file from Android Studio. Apk file which was build in your debugging device, won't run on any other device.
Android Studio toolbar, go to Build → Generate Signed APK.
On the Generate Signed APK Wizard window, click Create new to create a new keystore.
On the New Key Store window, provide the required information
On the Generate Signed APK Wizard window, select a keystore (if existing), a private key, and enter the passwords for both.
On the next window, select a destination path for the signed APK and click Finish.

How to generate an IOS IPA in windows using Android studio for a Flutter app?

I am new to this flutter based app creation. Now I successfully created one sample app in my windows system android studio with flutter plugin that app also running successful. OK, now I want to generate the IPA app for the same application. I don't know how to generate the IPA for IOS device in using android studio? anyone help me please..
I am using windows 10 system and my android studio version as 3.4.2
I want to generate .ipa file in android studio, like how i generate .apk file in android studio.
The only way to generate an IPA from you windows machine is by using a CI/CD service like Codemagic using the steps described in this article:
link your repository (Github, BitBucket , or Gitlab).
from settings > build for platforms > IOS
change the .app file you received to .zip and extract it.
You will find a file called Runner.app, put in a folder and compress it back.
change the extension from .zip to .ipa.
And here's your first IOS build without a Mac device.

Android studio fails to download SDK

I just installed android studio 3.0 on my pc. When I opened it up, it asked me to download the sdk first. So it brought up a window and started downloading. But then.. It doesn't download. I have a good internet connection so I dont think that can be the problem. It keeps trying to download a zip file,fails and starts over and this goes on infinitely. So my question is, is there a way to fix this or otherwise manually download the SDK? The website used to have a bundle which contains both but now it only contains the IDE.
If you would like download those files manually. When You Start The Download For Additional Setup. There would be a link written in logs. I am attaching an image for it. There would be similar images on your screen when downloading. When you would start download, Then Press Show Details Button You would See It As Shown In Figure.
Copy It And Paste On Browser. Extract Those File On Successful Download And Place Them At Path Specified By You For SDKs
See Here and See Here Too
[][]

Avoiding Android Studio and SDK downloads

Android Studio and SDK downloads are just so often that our network gets chocked by everyone trying to download the updates.
Is there a place I can download all components regularly, and request all people within our network to just replicate locally from a local repository ?

Resources