avd

Android Studio Project Structure not displaying properly

霸气de小男生 提交于 2019-12-09 16:52:06
问题 My Android Studio 1.3.2 was working properly,but it restart it self and then i am not able to see Android type to select project structure and also i am not able to find SDK Manger, AVD Manager icons. 回答1: Finally I found solution for that, First of all, I tried with Invalidate Caches and Restart then my android studio restarted and then I clicked on Edit Configuration . I selected Android Application Project and my project got scanned and it is working now. 来源: https://stackoverflow.com

Why is the Android AVD Manager missing when using Android SDK in Intellij?

≯℡__Kan透↙ 提交于 2019-12-09 16:01:13
问题 I am trying to use the Android SDK in my IntelliJ project that is a larger project containing both web and ios clients as well as a server side (Thus that is why I'm not using Android Studio). I have installed on the Android SDK on my mac OSX machine. I ran the SDK Manager and installed Android 6.0 (API 23) as well as Android SDK Tools 25.1.7, Android SDK Platform-tools 23.1, and Android SDK Build-tools 23.0.1-24. I've also set up the Android SDK in my IntelliJ Project Structure. However, the

Running Android emulator with -noaudio option returns “qemu-system-i386.exe: -audio: invalid option”

那年仲夏 提交于 2019-12-09 09:13:25
问题 I'm running Windows 10, 64 bit, Android Studio 2.2.2. When creating an AVD from the Android SDK's AVD Manager, I don't see an option to completeley disable audio (input and output). I'm using Android SDK which has verion of Android Tools 25.2.2). In older AVD manager, i recall that option to completely disable audio on AVD was present. When I want to create a batch script, to run with -noaudio option, as mentioned in the Google's official Control the Emulator from the Command Line page, I'm

Run Android apps on hardware device from Android Studio by USB

拥有回忆 提交于 2019-12-09 08:14:01
问题 I am developing apps in Android Studio and I can run them in the virtual device succesfully. However running the apps on my own device (Samsung S3 GT-I9300) doesn't work. Based on the documentation of Google (http://developer.android.com/tools/device.html) I have tried this: In the application tag of the AndroidManifest.xml I have added: android:debuggable="true" . Installed the latest OEM driver from the Samsung Website In the Android Studio I changed in the Edit Configurations the target

LG G2 vs980 not recognized by ADB devices command (Win7 on virtualbox)

微笑、不失礼 提交于 2019-12-09 07:57:20
问题 I have been developing android mobile apps via eclipse in school for some time now, deploying the apps to virtual devices. However, I now want to deploy them to my LG G2 android device for testing and speed purposes. I know there are posts about other devices not working, but the solutions are to no avail for me. I am on virtualbox running windows 7. I have the necessary vb extensions installed and vb DOES detect my LG G2 (asks to view folders..etc), however eclipse/adb on my vb cannot find

Unable to use keyboard in Android emulator

两盒软妹~` 提交于 2019-12-09 07:36:12
问题 I just set up of Android development environment in Ubuntu 12.04. I made an AVD for Android version 2.3.3 and ran my app on it. But I am not able to use my computer's keyboard or keyboard given on the right side of it. What is the reason for this? My ADT version is 20.0. I was earlier developing on Windows and it was working fine. 回答1: Got the answer from here. Apparently they have removed default keyboard support after ADT 20.0, so we need to add keyboard support manually by editing the AVD.

Android-Hello World

人走茶凉 提交于 2019-12-09 02:28:07
问题 I'm currently learning how to create android applications so I started with the basic "Hello World" tutorial over at the Android Developers home page. The code is quite simple but when I run it(I'm using Eclipse and a AVD v2.2), it only shows "Android." It does not go to the Home Screen. I updated everything and I still get the same problem. Is there something I did not or New errors: [2010-09-29 09:35:04 - DeviceMonitor]Sending jdwp tracking request failed! [2010-09-29 09:41:50 -

Eclipse 64-bit - Android Virtual Device Manager Failed to create SD card

久未见 提交于 2019-12-09 01:41:40
问题 I am running Windows 7 64-bit and Eclipse also 64-bit with the latest ADT plugin installed and the Android ADK. All installed as instructed on the Android SDK site. When I try to create a new AVD I get the following messages. [ Date *Time* - SDK Manager] Failed to create the SD card. [ Date *Time* - SDK Manager] Failed to create sdcard in the AVD folder. I have tried different SD card sizes thinking It may be something to do with storage space allocation but that doesn't seem to be the case

Does the Android Device Emulator have a MAC Address?

蓝咒 提交于 2019-12-08 21:44:11
问题 I wrote the following code to get the MAC address: WifiManager wimanager = (WifiManager) getSystemService(Context.WIFI_SERVICE); String address = wimanager.getConnectionInfo().getMacAddress(); Log.d("TOKEN", address); This works perfectly on my phone, but in the Android emulator it returns null. Is this because the Android emulator doesn't have a MAC address? 回答1: It's the same as when you try getting a hold of the bluetooth stuff on the emulator. There is no MacAdress and should return null.

error while opening AVD manager

夙愿已清 提交于 2019-12-08 17:42:03
问题 I'm facing common problems when running the codes to emulator . The console messages are [2013-01-05 19:39:15 - Doodlz] Android Launch! [2013-01-05 19:39:15 - Doodlz] adb is running normally. [2013-01-05 19:39:15 - Doodlz] Performing com.deitel.doodlz.Doodlz activity launch [2013-01-05 19:39:15 - Doodlz] Automatic Target Mode: launching new emulator with compatible AVD 'Nex' [2013-01-05 19:39:15 - Doodlz] Launching a new emulator with Virtual Device 'Nex' but the emulator was not launching at