How to change default app-release.apk file name

2,733 views
Skip to first unread message

PRAVIN MARATHE

unread,
Mar 15, 2019, 7:39:52 AM3/15/19
to Flutter Dev
Hi Guys,

The command- flutter build apk generates apk file with default name "app-release".
How can we change this default name in flutter project.

Regards,
Pravin Marathe

Dimas Salazar

unread,
Mar 15, 2019, 8:55:36 AM3/15/19
to Flutter Dev
Hi Pravin,

Review the default App Manifest file AndroidManifest.xml located in <app dir>/android/app/src/main and verify the values are correct, especially:

  • application: Edit the android:label in the application tag to reflect the final name of the app.

  • uses-permission: Remove the android.permission.INTERNET permission if your application code does not need Internet access. The standard template includes this tag to enable communication between Flutter tools and a running app.


From www.flutter.dev/docs/deployment/android

Regards.
Reply all
Reply to author
Forward
0 new messages