Specfies the file name for the output APK. ```lua androidapplibname ("value") ``` By default, the project name will be used as the file name for the APK. ### Parameters ### `value` is the new file name. ## Applies To ### The `config` scope. ### Availability ### Premake 5.0.0 alpha 14 or later. ### Examples ### ```lua androidapplibname "MyProject" ```