
- #Root explorer 2.16 how to
- #Root explorer 2.16 install
- #Root explorer 2.16 upgrade
- #Root explorer 2.16 android
- #Root explorer 2.16 code
#Root explorer 2.16 upgrade
It is a critical security release so all users are recommended to upgrade as soon as possible.ĭiscover our new features. In this release we focus on improving the reliability of our Long Term Support release of Piwik.
Java is a registered trademark of Oracle and/or its affiliates.We are proud to announce Piwik 2.16.2: a new minor release of Piwik! For details, see the Google Developers Site Policies.
#Root explorer 2.16 code
In the General tab, under the Target Device section, select USB device.Įxcept as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. Edit the configurations for running the sample applications. Open the DeveloperKey.java file in the package ( sample/src/com/examples/youtubeapidemo/DeveloperKey.java) and replace null with a valid YouTube developer key in the following line: public static final String DEVELOPER_KEY = null įrom the Build menu, select Make project to build the project. Review the frameworks detected for the project and finish importing the project. #Root explorer 2.16 android
Choose the Android 4.2 (or later) platform SDK as the project SDK. Review the module structure found for the project and proceed to the next step. Review the libraries found for the project and proceed to the next step. Choose to add all of the source files located for the project to the project roots.
(The project location should specify the sample directory.)
Set the name and project location for the project. Choose to create the project from existing sources. When prompted to select the file or directory to import, browse to the sample directory in the unzipped file contents. From the File menu, select Import Project. Note that the instructions explain the steps for using the IntelliJ IDEA 12.0 community edition.Ĭonfigure the Android SDK at the global (IDE) level in IntelliJ.ĭownload the latest version of the YouTube Android Player API and unzip the downloaded file in the location where IntelliJ will access it.
#Root explorer 2.16 how to
The following steps explain how to set up your IntelliJ environment to build and run the sample projects distributed with the API.
Click Run to run the samples on your connected device. In the Target pane, make sure that your settings will launch the sample applications on your connected Android device. From the Run menu, select Run Configurations. Connect an Android device running version 4.2.16 or later of the YouTube app. Note that the emulator may not run the required version of the YouTube app, which would cause the samples to fail to run. Run the samples on a connected Android device. If you do not set the developer key, the samples will throw a and close when you attempt to run them. Open the DeveloperKey.java file in the YouTubeAndroidAPIDemo package ( YouTubeAndroidAPIDemo/src/com/examples/youtubeapidemo/DeveloperKey.java) and replace null with a valid YouTube developer key in the following line: public static final String DEVELOPER_KEY = null When creating a new project, you need to import the client library YouTubeAndroidPlayerApi.jar file to your /libs directory so that the library will be included in your build path. Select that project and click Finish to complete the import. Eclipse should search the selected directory and locate the YouTubeAPIDemoActivity project. To import the project, select the root directory by browsing to the directory where you unzipped the downloaded YouTube Android Player API file. In the Select a wizard pane, choose Android -> Android Project from Existing Code. From the File menu, select New and from the submenu, choose Project. In Eclipse, create a new project for the sample applications distributed with the YouTube Android Player API code. #Root explorer 2.16 install
You must install version 20 or greater of the plugin.ĭownload the latest version of the YouTube Android Player API and unzip the downloaded file. Install the ADT plugin for the Eclipse IDE. Note that the instructions explain the steps for using Eclipse SDK version 3.8.0. The following steps explain how to set up your Eclipse environment to build and run the sample projects distributed with the API.
In addition, the sample applications document briefly describes the applications that ship with the API library, and the Android Dev Guide explains how to debug apps on a connected Android device. The YouTube Android Player API depends on the Data API to retrieve YouTube content. Important: When registering your application, make sure that the YouTube Data API v3 service is added for your project. You can obtain a developer key by registering your application and obtaining an Android API key in the Google API Console. This page explains how to set up Eclipse or IntelliJ to run the sample applications for the YouTube Android Player API.īoth sets of instructions require you to enter a developer key that is associated with your usage of the API.