About 139,000 results
Open links in new tab
  1. " app-release.apk" how to change this default generated apk name

    Jan 31, 2015 · Whenever I generate a signed apk in Android Studio, by default it gives the name as app-release.apk... Can we do any settings so that it should prompt and ask me the name which need to …

  2. debugging - Why can't a Flutter application connect to the Internet ...

    Apr 10, 2019 · In debug mode, everything looks good. I get answers and data lists from my API. But after creating app-release.apk and installing it on my phone, there isn't an Internet connection any …

  3. React Native app-release.apk not working as debug mode

    Apr 7, 2023 · React Native app-release.apk not working as debug mode Asked 2 years, 7 months ago Modified 2 years, 7 months ago Viewed 6k times

  4. Flutter build apk on release mode cannot generate updated version

    I had run this flutter build apk to release my App. Now I had built version 2 of that. Now, I want to release my version 2 App. So, I run flutter build apk again. I get the released apk but It is ...

  5. Difference between debug and release apks - Stack Overflow

    Aug 10, 2016 · Major differences are the debug flag and the signing keys: For debug builds the apk will be signed with the default debug signing keys with debug flag enabled. For release keys you will …

  6. Generating unsigned, release apk with Android Studio

    I need to generate an unsigned, release APK (where someone else will then sign it and release it to the store- with the someone else handling the keys and everything else). My problem is that Android

  7. android - installing app-release.apk to phone - Stack Overflow

    Sep 28, 2017 · 0 I have a problem while installing the app-release.apk to my phone (Galaxy J5 2016, Android 6.0.1). I have developed an application using Android Studio and tried to release it to the …

  8. Gradle build failed to produce an .apk file. It's likely that this file ...

    Jun 29, 2025 · I'm doing a flutter project on android studio meerkat. I'm encountering the following error: Gradle build failed to produce an .apk file. It's likely that this file was generated under C:\projects\

  9. What is INSTALL_PARSE_FAILED_NO_CERTIFICATES error?

    Luckily I tested my release apk on an old device before I rolled it out on Google Play. That would be a disaster if all < Android 7.0 devices failed to install the new version. That thing with two versions …

  10. Where is android studio building my .apk file? - Stack Overflow

    Jul 17, 2013 · For Android Studio: If you haven't built the APK at least once, you might not find the /Outputs/APK folder. Go to Build in Android Studio and one of the last three options is Build APK, …