premake/website/docs/androidapplibname.md

27 lines
364 B
Markdown
Raw Permalink Normal View History

2022-10-02 14:30:57 +00:00
Specfies the file name for the output APK.
```lua
2022-10-02 14:30:57 +00:00
androidapplibname ("value")
```
2022-10-02 14:30:57 +00:00
By default, the project name will be used as the file name for the APK.
### Parameters ###
2022-10-02 14:30:57 +00:00
`value` is the new file name.
## 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"
```