android-emulator

CSS rotation not applied in Android 4.0 webview

旧街凉风 提交于 2019-12-13 04:07:02
问题 I am building an Android app with Phonegap. My screen's corners are darkened by an overlaying PNG image, Markup looks like: <div id="tl" class="corner"></div> <div id="tr" class="corner"></div> <div id="bl" class="corner"></div> <div id="br" class="corner"></div> and CSS: .corner{ background: url('img/corner.png'); position: fixed; z-index: 5; width: 120px; height: 120px; } #tl{ top: 0; left: 0; } #tr{ top:0; right: 0; -webkit-transform: rotate(90deg); transform: rotate(90deg); } #br{ right:

Building apk successful but crashes on devices and emulator

别说谁变了你拦得住时间么 提交于 2019-12-13 03:34:53
问题 I am moving a new question from this one implementation 'com.android.support:appcompat-v7:28.0.0' because I solved my problem thanks to the answers but now my app is continuously crashing. This is what happens: I build my apk, I send it to the emulator and to my device (galaxy a6+) and I get a "The program has been shut down" (don't know if terms are technically correct, I am translating from Italian) message after installing successfully. On a galaxy s5 the message is "error during data

Many errors while opening the emulator. How to fix those errors?

北城余情 提交于 2019-12-13 03:27:15
问题 05:48 PM Emulator: emulator: ERROR: detected a hanging thread 'Qt event loop'. No response for 15002 ms 05:50 PM Gradle build finished in 3m 5s 410ms 05:52 PM Emulator: Process finished with exit code 255 05:57 PM adb refused request: closed 05:57 PM Failed to start monitoring emulator-5554 05:57 PM Emulator: Process finished with exit code 0 06:04 PM Emulator: emulator: ERROR: detected a hanging thread 'Qt event loop'. No response for 15002 ms 06:05 PM Emulator: Process finished with exit

Error in SWT/LogCat? or Android 2.2 AVD

爷,独闯天下 提交于 2019-12-13 03:19:36
问题 Based on a tip, I changed the target of my Android app from 2.3 to 2.2. Out of the frying pan and into the fire! Now my app won't even open (in the 2.2 emulator) and I get this (seems to be an SWT problem, and then an android/LogCat problem): eclipse.buildId=M20110909-1335 java.version=1.7.0_01 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Framework arguments: -product org.eclipse.epp.package.java.product Command-line arguments: -os win32 -ws

LogCat output debugging help

二次信任 提交于 2019-12-13 03:07:03
问题 My Logcat output for my program failing. It apparently can't access some kind of SD card, but I'm using the emulator. I'm on x64 windows 7, and I ran as administrator. 08-29 19:16:29.360: ERROR/AndroidRuntime(707): FATAL EXCEPTION: GLThread 10 08-29 19:16:29.360: ERROR/AndroidRuntime(707): java.lang.ExceptionInInitializerError 08-29 19:16:29.360: ERROR/AndroidRuntime(707): at com.wickeyware.zombiearcher.screen.TitleScreen.render(TitleScreen.java:80) 08-29 19:16:29.360: ERROR/AndroidRuntime

Android emulator start makes Mac unresponsive

假如想象 提交于 2019-12-13 02:59:37
问题 I'm trying to set up an android emulator on a brand new MacBook Pro (2019 late i7 6-core, radeon 555x). When I set up an emulator always happens the same: Emulator starts to boot and mac become unresponsive (trackpad becomes a brick. Then the Mac system restarts with no error report just with "BAD MAGIC! (flag set in iBoot panic header), no macOS panic log available" message. What I tried: Reinstall HAXM, different versions of HAXM, different versions of android studio (inc. 4.0.1 canary),

how to make headers in android with text and buttons like in iOS

陌路散爱 提交于 2019-12-13 02:42:54
问题 i want to create header in android with text and buttons like in iOS (Text in Cetner and Buttons on right and left side), i have tried but not useful at all,please guide me ... how can i make this one for my app 回答1: Try this. Make header.xml file and put below code in it and use it in any layout file using include . <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap

android emulator not launching

♀尐吖头ヾ 提交于 2019-12-13 02:37:10
问题 I am new to android and I have run my codes on emulator for last few days. But today morning android emulator is not launching the android console showing message like: "Android Launch!" "adb is running normally." "Performing com.HelloAndroid.HelloAndroid activity launch" "Automatic Target Mode: Preferred AVD 'Launch' is not available. Launching new emulator." "Launching a new emulator with Virtual Device 'Launch". I think after this console should show messages like Waiting for HOME (

How to display Arabic text and numbers in correct format?

匆匆过客 提交于 2019-12-13 02:12:58
问题 I want to display Arabic Text and symbols and numbers from RTL and in correct format on Android through an Application Development I used ArabicReshap Class, but it just reshaped the Arabic letters, but the symbols made a trouble, Any body had solved this issue? 回答1: You have to change in the font, choose FontCreator application to edit the font and replace the any symbol with the letter you want, and replace it in the text. 来源: https://stackoverflow.com/questions/8487089/how-to-display

How Can i use Youwave (for android) as an emulator for Android Studio?

◇◆丶佛笑我妖孽 提交于 2019-12-13 01:34:31
问题 I know that we can use Bluestacks as an emulator for Android Studio and other devices using adb connect ip:port But is there any way to use Youwave as an emulator for developing purposes? 回答1: You can use YouWave in the same way, run command prompt in windows by typing "cmd" in the search field of the start menu change the directory to "platform-tools" in your sdk folder. For example, suppose that your sdk is located in "c:\android\source\sdk\" use the command "cd c:\android\source\sdk