使用新的 android gradle 插件更新到 Android Studio 3.0.0。虽然内置项目收到消息:
What went wrong:
Execution failed for task `':app:externalNativeBuildDebug'`.
Expected output file at `gst-build-arm64-v8a/libgstreamer_android.so` for target `gstreamer_android` but there was none
Run Code Online (Sandbox Code Playgroud)
但libgstreamer_android.so库文件已经存在。对于本机代码,我使用 ndk-build。有人有这个问题吗?
gstreamer android-studio android-gradle-plugin gradle-plugin