Skip to content

Commit 62a6dff

Browse files
bfkelseypvalena
authored andcommitted
Update android setup
- Remove old link - Add basic android studio setup instructions
1 parent 78c43cb commit 62a6dff

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

start/sw/mobile-app/mobile-installation.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,24 @@ description: Creating mobile applications using Google Android Studio.
88

99
# Mobile application
1010

11-
Today wide range of smart mobile devices make it possible to create clever applications. See [Google Android Studio](/start/sw/mobile-app/mobile-devassistant.html) for a step-by-step instructions to install Android Studio and create your own ```hello world``` mobile application.
11+
Today wide range of smart mobile devices make it possible to create clever applications.
12+
13+
## Get started
14+
15+
### Install required libraries
16+
17+
```$ sudo dnf install glibc.i686 glibc-devel.i686 libstdc++.i686 zlib-devel.i686 ncurses-devel.i686```
18+
19+
### Install Android Studio
20+
21+
1. Download [Android Studio](https://developer.android.com/studio/index.html).
22+
23+
2. Unpack the .zip and install to the opt directory.
24+
25+
```$ unzip android-studio*.zip```
26+
27+
```$ sudo mv android-studio /opt/android-studio```
28+
29+
3. Navigate to directory where Android Studio was installed and run start script. This will start Android Studio with a wizard to complete the installation.
30+
31+
```$ ./bin/studio.sh```

0 commit comments

Comments
 (0)