iknow4 / Android-Video-Trimmer

The Android-Video-Trimmer project implements the selection of clips for long and short videos. It uses MediaMetadataRetriever to obtain video frames, and uses ffmpeg for video cropping and video compression.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

编译 缺少ActivityRecordingLayoutBinding

PawnLee opened this issue · comments

Error:(7, 37) 错误: 找不到符号
符号: 类 ActivityRecordingLayoutBinding
位置: 程序包 com.iknow.android.databinding

在build.gradle中开启数据绑定
...
在2019年2月27日下午4:15,PawnLee @.***>写道:错误:(7,37)错误:找不到符号符号:类ActivityRecordingLayoutBinding位置:程序包com。 iknow.android.databinding - 您收到此消息是因为您订阅了此主题。直接回复此电子邮件,在GitHub上查看< #38 >,或将线程静音< https://github.com/notifications/unsubscribe-auth/AHDI1XI2Uqun2UA2jTFeKNaK3nTVoXbNks5vRj6KgaJpZM4bT8TE >。

dataBinding {
    enabled = true
}

默认是开启的

同时导入R文件也报错

gradle 同步下。这个问题应该是你的工程没用同步好。

我这边看databinding包下没有ActivityRecordingLayoutBinding 文件。

注释后,可以在手机上运行

你代码是最新的吗?

最新的