AndroidDeveloperLB

Results 886 comments of AndroidDeveloperLB

You mean this: ![image](https://user-images.githubusercontent.com/5357526/40088418-bc4593b4-58af-11e8-9594-aedf9c375137.png) ? How can I see only the VectorDrawable? The folders names are cut...

I don't think they can be shown at all there.

Say, you wrote that this tool is deprecated and we should use what's of Android Studio. Maybe you could put what I suggested here as a new plugin? And, you...

Maybe also add a checkbox to set it on top, so that we could browse multiple places and add multiple files from various places.

I tried to use this: https://superuser.com/a/1319950/152400 by writing this in `AudioVideoMerger` class: ``` val cmd = arrayOf("-i", video!!.path, "-filter_complex", "amovie=${audio!!.path}:loop=0,asetpts=N/SR/TB[aud];[0:a][aud]amix[a]", "-map", "0:v", "-map", "[a]", "-c:v", "copy", "-c:a", "aac", "-b:a", "256k",...

Never mind, got it: val cmd = arrayOf("-i", video!!.absolutePath, "-stream_loop", "-1", "-i", audio!!.absolutePath, "-c:v", "copy","-c:a","copy", "-map", "0:v:0", "-map", "1:a:0", "-shortest", outputLocation.absolutePath) It sometimes work really well, but for some reason...

Jitpack actually says the latest version is 2.1.1, but here it says it's 2.1.2. How come?

@mianaliasjad No idea. I used: implementation 'com.github.warkiz:IndicatorSeekBar:v2.1.1'

Why won't it ever be installable? Technically if it's possible to convert it to something that it can be installed, it should be possible to install it directly, too. Can...

OK, so back to the request: Can I please use bundletool within Android device itself, on my own app, to convert it to something that can be installed right for...