abdallahmehiz / mpvKt

A media player for android, based on mpv-android and built with Jetpack Compose.
Apache License 2.0
410 stars 12 forks source link

Build Failure #5

Closed waseemhehe closed 3 weeks ago

waseemhehe commented 3 weeks ago

Build file 'D:\mpv\mpvKt-main\app\build.gradle.kts' line: 161

Process 'command 'git'' finished with non-zero exit value 128

abdallahmehiz commented 3 weeks ago

you gotta add the cloned repo to your git safe directories

waseemhehe commented 3 weeks ago

yes i did that thanks!!, but this is in compose do u know where i can get xml mpv android , main mpv-android is not running because of native code

abdallahmehiz commented 3 weeks ago

I guess you can take a look at something like Aniyomi since the player for that uses mpv-android and is a mix of Views(XML) and Compose.

abdallahmehiz commented 3 weeks ago

There is Also Anivu

waseemhehe commented 3 weeks ago

thanks brother