You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -25,12 +28,15 @@ Easily end XCASH publicly or privately, manage your wallets, etc... from your ph
25
28
-[Acknowledgement](#acknowledgement)
26
29
-[System Requirements](#system-requirements)
27
30
-[Installing from source](#installing-from-source)
31
+
-[Cloning the repository](#cloning-the-repository)
28
32
-[Dependencies](#dependencies)
29
-
-[Develop](#develop)
33
+
-[Build Instructions](#build-instructions)
34
+
35
+
## Download & Installation
30
36
31
-
## Download
37
+
> ⚠️ Only download from the [official release page](https://github.com/X-CASH-official/android-wallet/releases).
32
38
33
-
Check the [latest release](https://github.com/X-CASH-official/android-wallet/releases)
39
+
Download the [latest release](https://github.com/X-CASH-official/android-wallet/releases), transfer the `.apk` file to your phone, and run it. You will need to force your phone to install the app as it is not recognized and distributed through the app store yet.
34
40
35
41
## Features
36
42
@@ -49,7 +55,7 @@ See your payment history from anywhere, directly on your phone.
49
55
50
56
## License
51
57
52
-
> *Cloned from [m2049r](https://github.com/m2049r)'s [xmrwallet](https://github.com/m2049r/xmrwallet).*
58
+
> *Originally cloned from [m2049r](https://github.com/m2049r)'s [xmrwallet](https://github.com/m2049r/xmrwallet).*
53
59
54
60
**X-Cash GUI Wallet is an open-source project managed by the X-Cash Foundation**.
55
61
Licensed under the Apache License, Version 2.0. View [License](LICENSE)
@@ -80,73 +86,64 @@ All security vulnerabilities concerning the X-Cash blockchain will be promply ad
Select your keyfile and type in the password. For key alias use "my-alias" and click next
150
-
Select release and check the box for V1 and V2 signature versions and click finish
151
-
The apk will be located in $HOME/android-wallet/app/release/app-release.apk
152
-
```
144
+
#### Build the APK
145
+
146
+
Go to `Build > Generate signed key file or APK`, select `APK` and click `Next`. Give your keyfile and select `release. Check box for V1 and V2 signature and click finish.
0 commit comments