Skip to content

Commit f5c5c72

Browse files
committed
2 parents 34e9315 + b43e195 commit f5c5c72

File tree

1 file changed

+48
-51
lines changed

1 file changed

+48
-51
lines changed

README.md

+48-51
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,24 @@
22

33
<a align="center" href="https://x-network.io/xcash"><img src="header.png" alt="X-Cash Core"></a>
44

5+
6+
57
[![Release](https://img.shields.io/github/v/release/X-CASH-official/android-wallet)](https://github.com/X-CASH-official/android-wallet/releases)
6-
[![chat](https://img.shields.io/discord/470575102203920395?logo=discord)](https://discordapp.com/invite/4CAahnd)
7-
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=flat)](https://opensource.org/licenses/MIT)
8+
[![open issues](https://img.shields.io/github/issues-raw/X-CASH-official/android-wallet)](https://github.com/X-CASH-official/android-wallet/issues)
9+
[![License: Apache-2.0](https://img.shields.io/github/license/X-CASH-official/android-wallet)](https://github.com/X-CASH-official-team/android-wallet/blob/master/LICENSE)
10+
[![Discord](https://img.shields.io/discord/470575102203920395?logo=discord)](https://discordapp.com/invite/4CAahnd)
811

912
</div>
1013

1114
# X-Cash Android Mobile Wallet
1215

1316
📱 **Securely store and manage your XCASH on your mobile.**
14-
Easily end XCASH publicly or privately, manage your wallets, etc... from your phone!
17+
Easily send XCASH publicly or privately, manage your wallets, etc... from your phone!
1518

1619
## Table of Contents
1720

1821
- [Table of Contents](#table-of-contents)
19-
- [Download](#download)
22+
- [Download & Installation](#download--installation)
2023
- [Features](#features)
2124
- [License](#license)
2225
- [Contributing](#contributing)
@@ -25,12 +28,15 @@ Easily end XCASH publicly or privately, manage your wallets, etc... from your ph
2528
- [Acknowledgement](#acknowledgement)
2629
- [System Requirements](#system-requirements)
2730
- [Installing from source](#installing-from-source)
31+
- [Cloning the repository](#cloning-the-repository)
2832
- [Dependencies](#dependencies)
29-
- [Develop](#develop)
33+
- [Build Instructions](#build-instructions)
34+
35+
## Download & Installation
3036

31-
## Download
37+
> ⚠️ Only download from the [official release page](https://github.com/X-CASH-official/android-wallet/releases).
3238
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.
3440

3541
## Features
3642

@@ -49,7 +55,7 @@ See your payment history from anywhere, directly on your phone.
4955

5056
## License
5157

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).*
5359
5460
**X-Cash GUI Wallet is an open-source project managed by the X-Cash Foundation**.
5561
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
8086

8187
`Android 4.2+` (API 17+)
8288

83-
#### Native
89+
## Installing from source
8490

85-
`arm64-v8a`,`armeabi-v7a`
91+
### Cloning the repository
8692

87-
## Installing from source
93+
```bash
94+
git clone https://github.com/X-CASH-official/android-wallet.git
95+
```
8896

8997
### Dependencies
9098

91-
[Android Studio](https://developer.android.com/studio)
92-
93-
### Develop
99+
#### Libraries
94100

95-
#### Clone repository
101+
**Note:** The libraries mandatory the `.apk` already built. If you wish to update them or rebuild, run the build script at:
96102

97103
```bash
98-
git clone https://github.com/X-CASH-official/android-wallet.git
104+
android-wallet/xcash-libs/build.sh
99105
```
100106

101-
Note we will be using the home directory for the below instructions and have cloned the repository to $HOME
107+
> The build script will install the build tools, the android NDK and build all of the nessary libraries.
102108
103-
The libaries to build the apk are already built, but if you need to update them or rebuild them, run the build script
104-
`$HOME/android-wallet/xcash-libs/build.sh`
109+
#### JDK
105110

106-
The build script will install the build tools, install the android NDK and build all of the nessary libaries
111+
```bash
112+
sudo apt install -y openjdk-8-jdk
113+
```
107114

115+
#### Android Studio
108116

117+
You can download Android Studio here: https://developer.android.com/studio) or run:
118+
```bash
119+
sudo snap install android-studio --classic
120+
```
109121

110-
To build the APK after using the prebuilt libaries, or building the libaries
122+
#### NDK
111123

112-
Install JDK
113-
`sudo apt install -y openjdk-8-jdk`
124+
Open `Android Studio` and verify that the Native Development Kit (NDK) is installed.
114125

115-
Install android studio
116-
`sudo snap install android-studio --classic`
126+
Go to `Files > Settings` and type `SDK`in the search box, then click on the `SDK Tools`tab.
117127

118-
Open project in Android Studio
128+
If the NDK is not installed, you can check the box and click on `Apply`.
119129

120-
Check that the NDK is installed
121-
```
122-
File -> Settings
123-
Type "SDK" in the search box
124-
Click on the "SDK Tools" tab
125-
```
130+
Once done, re-sync `gradle` (elephant icon on the top right)
126131

127-
If the NDK was not installed
128-
```
129-
Check the box next to NDK (side by side)
130-
Click on apply
131132

132-
when it is done, resync gradle by pressing the elephant icon at the top right
133-
```
133+
### Build Instructions
134134

135-
Build APK
136-
Create a key file to sign your APK
135+
#### Sign your `.apk` (optional)
137136

138-
Open an android studio terminal (should have a tab on the bottom) and run this command
139-
```
137+
Open a terminal window in `android-studio` and run:
138+
```bash
140139
keytool -genkey -v -keystore my-release-key.jks -keyalg RSA -keysize 2048 -validity 10000 -alias my-alias
141140
```
142-
Fill it out and then this is your key file
143141

142+
Replace `my-alias` by your name.
144143

145-
Create a signed APK
146-
```
147-
Build -> Generate signed key file or APK
148-
Select APK and click next
149-
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.
147+
148+
The app will be built in :
149+
```android-wallet/app/release/app-release.apk```

0 commit comments

Comments
 (0)