Changes

Jump to: navigation, search
no edit summary
<htmlet>androidstudioandroid44</htmlet>
An attempt to run the application at this point would result in the application failing to launch with an error dialog appearing on the device that reads “Unable to Play Video. Sorry, this video cannot be played”. This is not because of an error in the code or an incorrect video file format. The issue would be that the application is attempting to access a file over the internet, but has failed to request appropriate permissions to do so. To resolve this, edit the AndroidManifest.xml file for the project and add a line to request internet access:
<htmlet>androidstudioandroid44</htmlet>
<pre>
<htmlet>androidstudioandroid44</htmlet>

Navigation menu