Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
erfangholami committed Mar 20, 2024
1 parent c3bed78 commit b7dbe78
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Android Solid Services

[![Work In Progress](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExeGNuZWhuaTNtbHFnN20xZzY1bDgwN2hsN2N3YjA3dmo5MndxOWVobyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/mQWABflgJsuqmllEiF/giphy.gif)]()


## App
This app allows you to do single [Solid]() sign-in in Android ecosystem. Which will be used for other apps to comunicate through this app to do CRUD functions on the users' pod.

### How to use
This project built with an enhanced JDK (JBR v17.0.9).
So in case of having any problem during the build process, it is recommended to set your JAVA_HOME variable to your JBR v17.0.9 path or JDK 17 in general.
Gradle is the default build tool used in this project. You need to install gradle wrapper with the help of this [link](https://docs.gradle.org/current/userguide/installation.html).

After this change your directory to the root of the project location.
Run command:
Gradle is the default build tool used in this project.
In the root directory of the project run command:
```sh
gradlew assembleDebug
```
You can find the generated .apk file in the path:
You can find the generated ```.apk``` file in the path:
`/app/build/outputs/apk/debug`


Expand Down

0 comments on commit b7dbe78

Please sign in to comment.