Changes

Jump to: navigation, search

Android Discovery Zone

708 bytes added, 19:25, 25 September 2014
no edit summary
= Development Environment Setup for using Google Maps and Location Services =
* the Setup section in the Google Play services guide [http://developer.android.com/google/play-services/setup.html]
 
= Importing Android Studio Project into Eclipse =
Android Studio integrates with Gradle, so the project structure is changed.
 
When importing from Eclipse to Android Studio, the IDE handles the conversion and will automatically update the directory structure.
 
For Android Studio to Eclipse:
 
* Create a new Android empty project in eclipse
* Overwrite the fresh res/ folder and the AndroidManifest.xml file, with the ones from the Android Studio project
* Copy the content of the java/ folder from the Android Studio project (it should contain your package name folder structure, like com/example/app/, and the java files of course) in the Eclipse src folder
* Link your needed libraries if it's the case
= Speeding Up Emulator with Intel Plugin (Pedro Bellesa)=

Navigation menu