Daniel Andrei R. Garcia

Results 67 comments of Daniel Andrei R. Garcia

Hello, I've tried this again with this error: ``` > Task :app:compressReleaseAssets Execution optimizations have been disabled for task ':app:compressReleaseAssets' to ensure correctness due to the following reasons: - Gradle...

Thank you! I will try again. I appreciate your assistance. 1. Commented out line 241 in `android/app/build.gradle` 2. Placed `.env` file in `/home/danny/work/builds/com.ettaln/EttaWallet` with contents: ``` DEV_RESTORE_NAV_STATE_ON_RELOAD=false DEFAULT_NETWORK=bitcoinTestnet ``` 3....

I think I finally built it! ![image](https://github.com/EttaWallet/EttaWallet/assets/44260360/c8a8f9f2-7d87-4859-8803-420a15e43597) The [pastebin](https://pastebin.com/tjmdJ0rA) I will run a diff tomorrow. Hopefully we can also automate the process. This is still version 0.0.1

The built apk is unsigned. So there are expected diffs. From the build output: **danny@lw10:~/work/builds/com.ettaln/compare-apks/fromBuild$** `unzip /home/danny/work/builds/com.ettaln/EttaWallet/android/app/build/outputs/apk/release/app-release-unsigned.apk -d ~/work/builds/com.ettaln/compare-apks/fromBuild` I then copy the apk I got from Google Play on...

I imagine this would come in the form of tags that are the headings of the table in that link?

This was not successful, so I instead tried to follow the instructions in https://github.com/Elite-Labs/EliteWallet/blob/master/howto-build-android.md I have a question about this: `$ sudo apt-get install -y curl unzip automake build-essential file...

Attempting again today. This time with this Dockerfile. Could you assist in making one for your project? ``` # Use Ubuntu 20.04 as the base image FROM ubuntu:20.04 # Set...

I will try again, this time, manually. But I'd appreciate if you can perhaps share a dockerfile ![image](https://github.com/Elite-Labs/EliteWallet/assets/44260360/5e941eba-fe5e-4a1d-8eac-5e6a146dc06c)

A manual build using docker also failed. ``` root@3203f6808cac:~/downloads/elite_wallet2/elite_wallet# ls LICENSE.md assets ew_monero lib pubspec_base.yaml tool PRIVACY.md ew_bitcoin ew_shared_external macos pubspec_description.yaml README.md ew_core ew_wownero metadata res analysis_options.yaml ew_ethereum howto-build-android.md patches...