Changes

Jump to: navigation, search

Android Discovery Zone

1,992 bytes added, 20:31, 23 April 2018
m
Reverted edits by Chris Tyler (talk) to last revision by Peter.liu
= 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)=
[[File:twitter4j.jpg]]
 
=Projecting Android Phone to Computer (Alek Minassian) =
You can project the screen of your Android Phone to your computer in real time by using a program called Droid@Screen found at http://droid-at-screen.ribomation.com/download/ (download the latest version). This is a JAR file that does not require installation. Once you have downloaded the file, you can simply open it to run it.
 
Once you have opened Droid@Screen, USB connect your Android phone to your computer, enable USB Debugging on it, then on Droid@Screen, go to ADB --> ADB Executable Path, then enter the path to the adb.exe file for the version of ADT Eclipse you are using (...\sdk\platform-tools\adb.exe​). Once you have done this, your phone should appear in the Devices list and you should be receiving a live projection of its screen.
 
= Viewing a Database on an Android Emulator/Device =
*how can i access the Sqlite database on real android device using DDMS in eclipse juno [http://stackoverflow.com/questions/28185335/how-can-i-access-the-sqlite-database-on-real-android-device-using-ddms-in-eclips]
*Database not visible in DDMS folder when real device used instead of emulator [http://stackoverflow.com/questions/18437347/database-not-visible-in-ddms-folder-when-real-device-used-instead-of-emulator]

Navigation menu