alejandrorosas / android-uvc-rtmp-stream

UVC Rtmp Stream App for Android
Apache License 2.0
26 stars 13 forks source link

Unrecognized Android Studio (or Android Support plugin for IntelliJ IDEA) version '202.7660.26.42.7486908', please retry with version 2020.3.1 or newer. #80

Closed Allan-Nava closed 2 years ago

alejandrorosas commented 2 years ago

It looks you might be using IntelliJ IDEA instead, you should be using Android Studio to build this project, you can download it from the official webpage https://developer.android.com/studio

Allan-Nava commented 2 years ago

I used android studio but I have this problem:

Screenshot 2021-12-09 at 11 18 14

alejandrorosas commented 2 years ago

which android studio version are you using? You should be using >= Arctic Fox

Allan-Nava commented 2 years ago

Screenshot 2021-12-09 at 11 20 57

alejandrorosas commented 2 years ago

It looks you are using the previous version to Arctic fox, you can download the latest one from here: https://developer.android.com/studio

Allan-Nava commented 2 years ago
Execution failed for task ':libraries:libuvccamera:ndkBuild'.
> A problem occurred starting process 'command 'null/ndk-build''

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

I got this problem Screenshot 2021-12-09 at 11 54 37

Allan-Nava commented 2 years ago

I have problem with ndk

alejandrorosas commented 2 years ago

This is probably because you are missing to define the ndk.dir property in local.properties. I have a pending refactor to not require this property

Allan-Nava commented 2 years ago

Have you published the fix?