2022-10-02 14:30:57 +00:00
|
|
|
Specfies the file name for the output APK.
|
2021-10-04 09:20:00 +00:00
|
|
|
|
|
|
|
```lua
|
2022-10-02 14:30:57 +00:00
|
|
|
androidapplibname ("value")
|
2021-10-04 09:20:00 +00:00
|
|
|
```
|
|
|
|
|
2022-10-02 14:30:57 +00:00
|
|
|
By default, the project name will be used as the file name for the APK.
|
|
|
|
|
2021-10-04 09:20:00 +00:00
|
|
|
### Parameters ###
|
|
|
|
|
2022-10-02 14:30:57 +00:00
|
|
|
`value` is the new file name.
|
2021-10-04 09:20:00 +00:00
|
|
|
|
|
|
|
## Applies To ###
|
|
|
|
|
|
|
|
The `config` scope.
|
|
|
|
|
|
|
|
### Availability ###
|
|
|
|
|
|
|
|
Premake 5.0.0 alpha 14 or later.
|
|
|
|
|
|
|
|
### Examples ###
|
|
|
|
|
|
|
|
```lua
|
2022-10-02 14:30:57 +00:00
|
|
|
androidapplibname "MyProject"
|
2021-10-04 09:20:00 +00:00
|
|
|
```
|
|
|
|
|