Jump to content

Main public logs

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:25, 22 March 2023 Kangtain talk contribs created page Eclipse: Konfigurasi SDK (Created page with "First thing first, you need to download Android SDK for Linux [http://developer.android.com/sdk/index.html here]. It's around 80MB so it might take a while to download. Once downloaded, run the following commands:<syntaxhighlight lang="bash"> sudo cp -r android-sdk_r20.0.1-linux.tgz /opt </syntaxhighlight><syntaxhighlight lang="bash"> cd /opt </syntaxhighlight><syntaxhighlight lang="bash"> sudo tar xvzf android-sdk_r20.0.1-linux.tgz </syntaxhighlight><syntaxhighlight lan...") Tag: Visual edit