You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Build and run wireme
2. Launch apk
3. Logcat reports ermissions required and server fails to start
What is the expected output? What do you see instead?
Server should start, but doesn't as it needs additional permissions. This is
fixed by adding a permission to the manifest
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
What version of the product are you using? On what operating system?
trunk checkout. Linux (Ubuntu-13.04 64bit) on ARM emulator
Please provide any additional information below.
fixed with <uses-permission
android:name="android.permission.READ_EXTERNAL_STORAGE" /> in manifest file.
Original issue reported on code.google.com by pscott...@gmail.com on 12 Mar 2014 at 7:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
pscott...@gmail.com
on 12 Mar 2014 at 7:24The text was updated successfully, but these errors were encountered: