dkrivoruchko / ScreenStream

ScreenStream Android App
https://screenstream.io
MIT License
1.56k stars 320 forks source link

Task 'installDebug' not found in project ':app'. #164

Closed stanlygamer closed 3 years ago

stanlygamer commented 3 years ago
* What went wrong:
Task 'installDebug' not found in project ':app'.

* Try:
Run gradlew tasks to get a list of available tasks. 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.

* Get more help at https://help.gradle.org

BUILD FAILED in 42s

When I build I have the following error. How can I solve this errror ?

stanlygamer commented 3 years ago

In this project :

deb

new fresh android project:

nd

you used installfirebasedebug in this project.

but i didn't know any thing about this build.gradle configuration.

I am a student. I want to learn about this .

Why you used installfirebasedebug in this project ?

is installDebug not work with this project ?

I need to change installfirebasedebug to installDebug How can I change build.gradle file for this configuration ?

stanlygamer commented 3 years ago

why you used firebase Implementation in this project ?

I need to change installfirebasedebug to installDebug How can I change build.gradle file for this configuration ?

dkrivoruchko commented 3 years ago

Use firebasefree build-varian. And read about them https://developer.android.com/studio/build/build-variants

stanlygamer commented 3 years ago

thanks for your replay!!!