Skip to content

Developing

Trevor Rife edited this page Jan 15, 2021 · 3 revisions

PhenoLib is made with Android Studio.

Before Cloning: Install SDK Components

If Android Studio doesn't already have the required SDK components then they must be installed. The required SDK components are

  • SDK Platforms
    • Android 10.0 (Q)
      • Android SDK Platform 29
      • (a system image if you're going to use an AVD)
  • SDK Tools
    • Android SDK Build-Tools
      • 29.0.2

After Cloning: sdk.dir

If Android Studio doesn't do it for you, create a file called local.properties and put it in the Android Library Builder Android project's root directory. Inside local.properties add a line similar to this one:

sdk.dir = /Users/trife/Library/Android/sdk/

There is an entry for this file in Android Library Builder's .gitignore file.

PhenoLib Wiki

Clone this wiki locally