【发布时间】:2016-12-08 01:46:16
【问题描述】:
我对 Java/Android Studio 中的编码非常陌生,所以请与我交流。我正在尝试在 github (https://github.com/google/ExoPlayer) 上提供的 Exoplayer 中运行演示应用程序。我尝试了以下步骤:
-imported the project to android studio 2.2 by File=>Navigate to directory containing exoplayer
-Tools=>Android=>Sync Project with gradle files
-press run button and i get this error:
错误:
Error running playbacktests: Default Activity not found
谁能帮我修复这个错误并在 android studio 2.2 上成功运行演示 exoplayer 应用程序。提前致谢。
【问题讨论】:
标签: android android-studio exoplayer