我在用 compile 'com.google.android.gms:play-services-vision:9.4.0+'
用于二维码和 EAT-8、EAT-13 等。
但我无法管理
<com.testing.CameraSourcePreview
android:id="@+id/preview"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.testing.GraphicOverlay
android:id="@+id/graphicOverlay"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</com.testing.CameraSourcePreview>
Run Code Online (Sandbox Code Playgroud)