Click here to Skip to main content
15,793,045 members
Home / Discussions / Android
   

Android

 
QuestionAndroid: advice on method to wake up CPU from sleep, carry out a task then go back to sleep Pin
Member 152740822-Jul-21 21:58
Member 152740822-Jul-21 21:58 
AnswerRe: Android: advice on method to wake up CPU from sleep, carry out a task then go back to sleep Pin
Mycroft Holmes3-Jul-21 14:25
professionalMycroft Holmes3-Jul-21 14:25 
GeneralRe: Android: advice on method to wake up CPU from sleep, carry out a task then go back to sleep Pin
Peter_in_27803-Jul-21 15:24
professionalPeter_in_27803-Jul-21 15:24 
GeneralRe: Android: advice on method to wake up CPU from sleep, carry out a task then go back to sleep Pin
Mycroft Holmes5-Jul-21 13:27
professionalMycroft Holmes5-Jul-21 13:27 
QuestionHow can I make an android app for Amazon Store affiliate deal & coupons? Pin
Amit Saha 202122-Jun-21 1:05
Amit Saha 202122-Jun-21 1:05 
AnswerRe: How can I make an android app for Amazon Store affiliate deal & coupons? Pin
codelexer22-Jun-21 19:41
codelexer22-Jun-21 19:41 
QuestionHow to set proportional distance between two controls? Pin
Alex Dunlop19-Jun-21 7:41
Alex Dunlop19-Jun-21 7:41 
Questionwhy I am not able to fetch data from Json in AndroidStudio Pin
jerry pugu27-May-21 2:55
jerry pugu27-May-21 2:55 
AnswerRe: why I am not able to fetch data from Json in AndroidStudio Pin
Richard Deeming27-May-21 4:06
mveRichard Deeming27-May-21 4:06 
AnswerRe: why I am not able to fetch data from Json in AndroidStudio Pin
BrillMindz Tech20-Sep-21 22:43
BrillMindz Tech20-Sep-21 22:43 
QuestionConcepts for app development Pin
satyendra109015-May-21 20:43
satyendra109015-May-21 20:43 
QuestionHow to create a semi-transparent frame in Xamarin (XAML code)? Pin
Alex Dunlop13-May-21 20:59
Alex Dunlop13-May-21 20:59 
AnswerRe: How to create a semi-transparent frame in Xamarin (XAML code)? Pin
Richard MacCutchan13-May-21 22:04
mveRichard MacCutchan13-May-21 22:04 
GeneralRe: How to create a semi-transparent frame in Xamarin (XAML code)? Pin
Alex Dunlop14-May-21 0:03
Alex Dunlop14-May-21 0:03 
GeneralRe: How to create a semi-transparent frame in Xamarin (XAML code)? Pin
Richard MacCutchan14-May-21 0:22
mveRichard MacCutchan14-May-21 0:22 
GeneralRe: How to create a semi-transparent frame in Xamarin (XAML code)? Pin
Alex Dunlop14-May-21 0:53
Alex Dunlop14-May-21 0:53 
GeneralRe: How to create a semi-transparent frame in Xamarin (XAML code)? Pin
Richard MacCutchan14-May-21 1:57
mveRichard MacCutchan14-May-21 1:57 
AnswerRe: How to create a semi-transparent frame in Xamarin (XAML code)? Pin
Gerry Schmitz14-May-21 10:42
mveGerry Schmitz14-May-21 10:42 
QuestionHow do I fire up an Android Emulator in Android Studio? Pin
priyamtheone6-May-21 9:14
priyamtheone6-May-21 9:14 
QuestionRe: How do I fire up an Android Emulator in Android Studio? Pin
David Crow9-May-21 17:23
David Crow9-May-21 17:23 
AnswerRe: How do I fire up an Android Emulator in Android Studio? Pin
priyamtheone11-May-21 10:12
priyamtheone11-May-21 10:12 
AnswerRe: How do I fire up an Android Emulator in Android Studio? Pin
Gerry Schmitz14-May-21 10:53
mveGerry Schmitz14-May-21 10:53 
GeneralRe: How do I fire up an Android Emulator in Android Studio? Pin
priyamtheone15-May-21 6:55
priyamtheone15-May-21 6:55 
AnswerRe: How do I fire up an Android Emulator in Android Studio? Pin
JakeClarke25-May-21 4:19
professionalJakeClarke25-May-21 4:19 
GeneralRe: How do I fire up an Android Emulator in Android Studio? Pin
priyamtheone27-May-21 7:10
priyamtheone27-May-21 7:10 
Thanks for your reply.

HAXM is needed in a machine that runs on an Intel processor. Mine is an AMD Phenom processor for which you need to install Android Emulator Hypervisor Driver for AMD Processors, which is the equivalent of HAXM on AMD machines. However, for diagnosis, I already installed HAXM which can be seen in the screenshot of the SDK tools of my SDK Manager here. But that didn't yield to anything.

Regarding using x86 system image, that's what I tried multiple times but with no effect. While creating a virtual device, I tried selecting the default x86 image [Release Name: R, API Level: 30, ABI: x86, Target: Android 11.0 (Google APIs)] that is available in the "Recommended" tab of the System Image window. That produced no effect other than the black emulator screen. Assuming the emulator and image specs to be too high for my RAM/PC, I scaled it down by using the following two images from the "x86 Images" tab of the System Image window as you mentioned:
1. Release Name: Lollipop, API Level: 22, ABI: x86, Target: Android 5.1
2. Release Name: Lollipop, API Level: 21, ABI: x86, Target: Android 5.0

Both yielded the same black dead emulator screen.

I tried using other non-x86 arm and armeabi images, but to no avail. None could produce any activity on the emulator screen.

As more reading on the topic brought forward, I guess, in case of AMD processors, emulator is supported only by the Ryzen series and above. Any processor below it won't work. Android emulators are developed keeping in mind Intel processors primarily. So, I believe, the only safe bet to get rid of this problem and be future-proof is to update my hardware (processor, motherboard, RAM), specifically with a contemporary Intel processor. I don't see any other solution as of now. Although, any better advice is always welcome!

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.