From 1aaf7423272f76b2b9fc01778a99199a77ee6d7f Mon Sep 17 00:00:00 2001 From: Piotr Biskup Date: Sun, 21 Nov 2021 18:48:23 +0100 Subject: [PATCH 1/5] add readme --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d6817f2 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +All You Can Tweet - Android app \ No newline at end of file From 927db8eb84d6977cd2f89a05df9f7df33761faee Mon Sep 17 00:00:00 2001 From: Piotr Biskup Date: Sun, 21 Nov 2021 18:56:19 +0100 Subject: [PATCH 2/5] AYCT installation --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6817f2..9369900 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -All You Can Tweet - Android app \ No newline at end of file +All You Can Tweet - Android app + +To build apk on a local machine: +1. Open Android Studio +2. Tap on "Get from Version Control +3. Choose this repository +4. Tap on "Run app" + +or download the AYCT app and install it directly on a physical device / emulator. \ No newline at end of file From e8ab23f02fbcec21aa15c0b2321073423edca212 Mon Sep 17 00:00:00 2001 From: Piotr Biskup Date: Sun, 21 Nov 2021 18:58:16 +0100 Subject: [PATCH 3/5] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9369900..8cdc53a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ All You Can Tweet - Android app -To build apk on a local machine: +To build an apk on a local machine and run it on emulator or connected physical device: 1. Open Android Studio 2. Tap on "Get from Version Control 3. Choose this repository From 8eba6d78945f5a9d2ae896ef987e3423c56d9c18 Mon Sep 17 00:00:00 2001 From: Piotr Biskup Date: Sun, 21 Nov 2021 19:23:56 +0100 Subject: [PATCH 4/5] android studio arctic fox bug info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8cdc53a..51dd923 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ To build an apk on a local machine and run it on emulator or connected physical 3. Choose this repository 4. Tap on "Run app" +(if you encounter error "Installed Build Tools revision 31.0.0 is corrupted" while building app, please follow 1 answer from https://stackoverflow.com/questions/68387270/android-studio-error-installed-build-tools-revision-31-0-0-is-corrupted, it is an Android Studio Arctic Fox 4.2.2 bug, hopefully will be fixed soon) + or download the AYCT app and install it directly on a physical device / emulator. \ No newline at end of file From 441a0c8a14f94b35530d76bfd2607d2e30e9cdd0 Mon Sep 17 00:00:00 2001 From: Piotr Biskup Date: Sun, 21 Nov 2021 19:29:42 +0100 Subject: [PATCH 5/5] update stackoverflow link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51dd923..336c566 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ To build an apk on a local machine and run it on emulator or connected physical 3. Choose this repository 4. Tap on "Run app" -(if you encounter error "Installed Build Tools revision 31.0.0 is corrupted" while building app, please follow 1 answer from https://stackoverflow.com/questions/68387270/android-studio-error-installed-build-tools-revision-31-0-0-is-corrupted, it is an Android Studio Arctic Fox 4.2.2 bug, hopefully will be fixed soon) +(if you encounter error "Installed Build Tools revision 31.0.0 is corrupted" while building app, please follow 1 answer from https://stackoverflow.com/a/68430992, it is an Android Studio Arctic Fox 4.2.2 bug, hopefully will be fixed soon) or download the AYCT app and install it directly on a physical device / emulator. \ No newline at end of file