Yuya Tanaka
Yuya Tanaka
To fix below error: ``` Error:Execution failed for task ':app:processDebugManifest'. > Manifest merger failed : Attribute application@allowBackup value=(false) from AndroidManifest.xml:9:9-36 is also present at [se.emilsjolander:intentbuilder-api:0.14.0] AndroidManifest.xml:9:18-44 value=(true). Suggestion: add 'tools:replace="android:allowBackup"'...
``` java.lang.IllegalArgumentException: extractor does not contain video and/or audio tracks. ``` This error is very annoying because it is runtime exception and is caused by malformed input i.e. not bug.
This library was designed as simple transcoder and num of feature is growing. It'd be better to redesign interface. - Picaso-like fluent API - modular video/audio filter - Better exception...
It is required to generate streaming-aware mp4 file..! https://github.com/ypresto/qtfaststart-java
If storyboard identifier is not specified, test method name will be something like `testConstraints__Debug_storyboard___UITableViewController_RLP_BO_eVh`. It is difficult to distinguish actual view controller in storyboard with this name. A possible fix...
Because this library does not use `- [UINavigationController pushViewController:animated:]` at all. Perhaps dynamic UITabBarController items also affects.
## One test result disappears when using run button in test result of xcode Pushing this run button in test result causes one test result to be disappeared from the...
UITableView and UICollectionView renders cells at runtime. They can be tested by setting dataSource from lint, perhaps.