a914-gowtham / android-video-trimmer

Helps to trim local videos with compress option on Android applications using Exoplayer 2 and FFmpeg.
Other
362 stars 115 forks source link

AAPT: error #26

Closed Tarikmnk closed 3 years ago

Tarikmnk commented 3 years ago

Hi, I encountered four errors.

1-) xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2" xmlns:ns2="http://schemas.android.com/tools" 2-) duplicate value for resource 'attr/position' with config ''. 3-) resource previously defined here. 4-) duplicate value for resource 'attr/data_type' with config ''.

ı used version is 1.5.2.

Help me :)

a914-gowtham commented 3 years ago

Can you explain the reproduce steps?

Tarikmnk commented 3 years ago

ı just write this code TrimVideo.activity(sendDataPath) .setCompressOption(CompressOption ()) .setHideSeekBar(true) .setDestination(video.path) .start(this)

when ı start build , my app is not build.

Tarikmnk commented 3 years ago

This errors are in crystal:crystalrangeseekbar

Tarikmnk commented 3 years ago

when I downloaded this code and crystal:crystalrangeseekbar. After I put in my project and problems solved. This library very good but I changed one code block. I changed this code;

Screen Shot 2020-12-12 at 14 29 35

because the user can select 60 intervals in the video I want.

I created Pull Request.

a914-gowtham commented 3 years ago

Thanks for your contribution. Your fix will be available from the next release.