Skip to content

Commit

Permalink
Fixed Android example icon (#4076)
Browse files Browse the repository at this point in the history
# Objective

- The android example icon doesn't show up

## Solution

- I fixed the android metadata to match `cargo-apk` manifest
  • Loading branch information
ManevilleF committed Jun 24, 2022
1 parent 3d68094 commit ad88bda
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -673,8 +673,10 @@ path = "examples/android/android.rs"
[package.metadata.android]
apk_label = "Bevy Example"
assets = "assets"
res = "assets/android-res"
icon = "@mipmap/ic_launcher"
resources = "assets/android-res"
build_targets = ["aarch64-linux-android", "armv7-linux-androideabi"]
min_sdk_version = 16
target_sdk_version = 29

[package.metadata.android.application]
icon = "@mipmap/ic_launcher"

0 comments on commit ad88bda

Please sign in to comment.