-
Notifications
You must be signed in to change notification settings - Fork 1
SharkNet setup guide for developer
Dustin F edited this page Sep 18, 2017
·
14 revisions
- Checkout the SharkFW project (NOT SharkNet!)
- Install maven integration if you don’t use IntelliJ (which supports maven natively)
- After the checkout, run mvn clean install, this will install SharkFW to the local maven repository
- Checkout the SharkNet project [Android Studio]
- Open a command prompt and navigate to the in step 4 ceated folder of SharkNet
- Type and execute the following command: git submodule update --init --recursive –remote
- Within the SharKNet project, execute the Gradle command: installDebug
- You should now be able to run the project (Run ‘app‘)