Error :
Get YouTube App
This app won't run without the Youtube App, which is missing from your device

Solution:
Add below tag in the AndroidManifest.xml (android>app>src>main)
<queries>
<intent>
<action android:name="com.google.android.youtube.api.service.START" />
</intent>
</queries>
