Skip to content

Commit 1ed92ec

Browse files
committed
update README
1 parent e7f1add commit 1ed92ec

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.org

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -130,23 +130,14 @@
130130
git clone https://github.com/itkach/aard2-android.git
131131
#+END_SRC
132132

133-
Create /settings.gradle/ with the following content:
133+
Open [[https://developer.android.com/sdk/installing/studio.html][Android Studio]], go to /File/, /Open.../, select
134+
/aard2-android/ directory and click /Open/.
134135

135-
#+BEGIN_SRC groovy
136-
include ':slobj'
137-
include ':slobber'
138-
include ':aard2-android'
139-
#+END_SRC
140-
141-
Open [[https://developer.android.com/sdk/installing/studio.html][Android Studio]], go to /File/, /Import Project.../, select
142-
/aard2/ directory and then /Finish/. This should create the project
143-
ready for running and debugging on device or in emulator.
144-
145-
To build an APK on the command line:
136+
To build the APK on the command line:
146137

147138
#+BEGIN_SRC sh
148139
cd aard2-android
149-
gradle build
140+
./gradlew build
150141
#+END_SRC
151142

152143
To install the APK:

0 commit comments

Comments
 (0)