我正在尝试让我的 android 应用程序能够打开我的相机,这样我就可以拍照了。我目前正在关注 Thenewboston 在 youtube 上留下的教程。我觉得我完全遵循了他的代码,但我似乎遇到了他的问题。我正在尝试实施
<uses-feature android:name="android.hardware.camera" android:required="true" />
在视频和下面的链接中都可以找到。 http://developer.android.com/guide/topics/manifest/uses-feature-element.html https://youtu.be/my8PSy2DBsY?list=PL6gx4Cwl9DGBsvRxJJOzG4r4k_zLKrnxl&t=239
我得到的两个错误是 Error:(11) No resource identifier found for attribute 'requied' in package 'android' 我不明白为什么 required 在 requied 和
错误:任务“:app:processDebugResources”执行失败。
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Users\Steve\AppData\Local\Android\sdk1\build-tools\22.0.1\aapt .exe'' 以非零退出值 1 结束