在Android Studio中包含第三方视图的简便方法?

时间:2019-05-02 16:17:06

标签: android-studio

在Android Studio中使用ExoPlayer时,要将PlayerView添加到应用程序的布局中,我总是必须单击“文本”选项卡并深入研究XML。

是否可以将此类第三方视图添加到选项板,以便我可以将PlayerView直接拖放到布局上?

更新

这是我的Android Studio IDE的屏幕截图。没有“项目”标签或其他添加到调色板的清晰方法

enter image description here

2 个答案:

答案 0 :(得分:1)

调色板具有“项目”标签,希望对您有所帮助

enter image description here

答案 1 :(得分:0)

我相信我可能已经找到了问题的根源。正如我在原始问题中提到的那样,我正在使用ExoPlayer。

首先,a View will only show up in the design palette if it's defined either in your project or in a JAR file

接下来,ExoPlayer does not distribute a JAR file

使用jcenter插入ExoPlayer时(按照其安装指南的说明),它将不会生成JAR,因此Android Studio无法识别任何自定义视图