1
0

Compare commits

..

1 Commits

Author SHA1 Message Date
James Ketrenos
62564e43f9 Container env
Signed-off-by: James Ketrenos <james.p.ketrenos@intel.com>
2025-01-04 13:07:52 -08:00
2 changed files with 0 additions and 11 deletions

View File

@ -136,7 +136,6 @@ RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
nano \
openssh-client \
less \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log}

View File

@ -126,8 +126,6 @@ Launch the development container
./launch.sh eikona
```
Once the emulator is launched (see below), select the device (shift-a) then switch to debug build (s) and finally open the app (a).
## Launch the emulator
```bash
@ -167,11 +165,3 @@ While in the shell previously launched, run the 'build' script:
./build.sh debug # release
```
# Update the application launcher icon
Go to https://easyappicon.com/, drag the adaptive-icon.png to the app, reduce
padding to -100%, then save.
Copy the ic-launcher/android/* files to android/app/src/main/res/
Rebuild the application.