-
Notifications
You must be signed in to change notification settings - Fork 1
Developing
Trevor Rife edited this page Jan 15, 2021
·
3 revisions
PhenoLib is made with Android Studio.
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)
- Android 10.0 (Q)
- SDK Tools
- Android SDK Build-Tools
- 29.0.2
- Android SDK Build-Tools
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.