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.
私はアンドロイド開発の初心者で、このリンクのコードを実行しようとしました:
http://www.jameselsey.co.uk/blogs/techblog/android-how-to-implement-voice-recognition-a-nice-easy-tutorial/
しかし、クラッシュエラーが発生しています。私は何をすべきか?
おそらく、権限RECORD_AUDIOが AndroidManifest.xml にありません。
... <uses-permission android:name="android.permission.RECORD_AUDIO"/> </manifest>