- Make sure to add a local.properties file with your android sdk location
sdk.dir=/Users/ed/Library/Android/sdk
- You can either build the project manually with gradle
./gradlew clean assembleDebug
adb install /app/build/outputs/apk/debug/app-debug.apk
or you can make a build profile after syncing dependencies with this gradle project. If you choose the latter. You may have up upgrade this project to use Java 11. You can do this in Preferences -> Build,Execution,Deployment -> BuildTools/Gradle "Gradle JDK". - To test the project run
./gradlew :ui:search:test :ui:ownerDetails:test
or similarly run the test filesSearchFeatureTest.kt
andOwnerDetailsTest.kt
-
Notifications
You must be signed in to change notification settings - Fork 0
shadow7/Githunt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published