Android SDK¶
Languages¶
This page can be read in the following languages:
Introduction¶
Android SDK is the Beeping framework that aims to decrypt the data that a Beep sends us from our application.
Repository¶
Then we leave the link of the repository of this component:
Dependencies¶
- Android SDK
If you do not have the Android SDK installed you can do them from the following links:
Once you download the Androis SDK you must add the environment variable:
export ANDROID_HOME=[ANDROIS_SDK_FOLDER]
For example, from MacOs I have added the following line in my .bash_profile file:
vi ~/.bash_profile
export ANDROID_HOME=~/Library/Android/sdk
Compile¶
The Android SDK source code can be compiled in the following Operating Systems:
- MacOS
To compile the code we must follow the following steps:
- Make a clone of the repository
$ git clone https://github.com/[YOUR_GIT_USERNAME]/sdk-android
- Enter the SDK directory
$ cd sdk-android
- Compile the SDK
$ sh build.sh
- You can find the framework in the directory ./AndroidBeepingCore/build/outputs/aar/ with the following name: AndroidBeepingCore-release.aar
Links¶
Here you have a series of links related to Android SDK:
Quote¶
Oprah Winfrey
Turn your wounds into wisdom.
Last update: April 13, 2020