Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency
dependencies {
def minecraft3DSkinRenderer = '1.0'
implementation "com.github.luthfipun:Minecraft3DSkinRenderer:$minecraft3DSkinRenderer"
}
please run on the real device for see texture
currently is not supported for android api 29+