document how to propperly import the newpipeextractor in idea

This commit is contained in:
Christian Schabesberger 2019-01-18 16:51:35 +01:00
parent 35b67ebd7b
commit 6194f32315
3 changed files with 12 additions and 1 deletions

View File

@ -40,7 +40,18 @@ Next import the cloned project into your [IDE](https://www.jetbrains.com/help/id
and [run](https://www.jetbrains.com/help/idea/performing-tests.html) it. and [run](https://www.jetbrains.com/help/idea/performing-tests.html) it.
If all the checks are green you did everything right, and you are good to go to move on to the next chapter. If all the checks are green you did everything right, and you are good to go to move on to the next chapter.
#### Running test in Android Studio ### Importing the NewPipe Extractor in IntelliJ IDEA
If you use IntelliJ IDEA you might want to know how to import the NewPipe extractor painlessly. This is what you want to do.
1. `git clone` the extractor onto your computer locally.
2. Start IntelliJ Idea, and click on `Import Project`.
3. Select the root directory of the NewPipe Extractor
4. Now it's important to select "__Import Project form external Model__" and then choose __Gradle__.
![import from gradle image](img/select_gradle.png)
5. In the next window make sure "__Use grale 'wrapper' task configuration__" is selected.
![use gradle 'wrapper' task configuration checkbox](img/select_gradle_wrapper.png)
### Running test in Android Studio/IntelliJ IDEA
Go to _run_ > _edit configurations_ > _add new configuration_ and select "Gradle". Go to _run_ > _edit configurations_ > _add new configuration_ and select "Gradle".
As Gradle Project, select NewPipeExtractor. As task add "test". Now save and you should be able to run. As Gradle Project, select NewPipeExtractor. As task add "test". Now save and you should be able to run.

BIN
docs/img/select_gradle.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB