Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 android 开发的初学者,我尝试运行此链接中的代码:
http://www.jameselsey.co.uk/blogs/techblog/android-how-to-implement-voice-recognition-a-nice-easy-tutorial/
但我遇到了崩溃错误。我应该怎么办?
可能, AndroidManifest.xml 中缺少RECORD_AUDIO权限:
... <uses-permission android:name="android.permission.RECORD_AUDIO"/> </manifest>