Problem in running Android app on IntelliJ IDEA
-
Hello everyone.
In order to develop Android programms, I am using IntelliJ IDEA 2020 (x64) on Windows 10 that is running on Intel core 2 Duo processor.
To debug and run the app, I use the Nexus 5 hardware and Nougat x86 System Image (API Level 24).
Also I’ve checked Intel x86 Emulator Accelerator (HAXM Installer) in SDK Tools and enabled Virtualization Tech in System BIOS.
After running the app, Device is shown to me, but my app doesn’t exist in it and this message pops up:Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release.
Please help me.
-
Hello everyone.
In order to develop Android programms, I am using IntelliJ IDEA 2020 (x64) on Windows 10 that is running on Intel core 2 Duo processor.
To debug and run the app, I use the Nexus 5 hardware and Nougat x86 System Image (API Level 24).
Also I’ve checked Intel x86 Emulator Accelerator (HAXM Installer) in SDK Tools and enabled Virtualization Tech in System BIOS.
After running the app, Device is shown to me, but my app doesn’t exist in it and this message pops up:Emulator: Warning: Quick Boot / Snapshots not supported on this machine. A CPU with EPT + UG features is currently needed. We will address this in a future release.
Please help me.
-
Pouria Polouk wrote:
We will address this in a future release.
What part of that message do you not understand?
All of the message!
And why doesn't the App run on my CPU? -
All of the message!
And why doesn't the App run on my CPU?Have you seen here?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
Have you seen here?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
Yes, unfortunately it doesn't work for me.
-
All of the message!
And why doesn't the App run on my CPU? -
Pouria Polouk wrote:
And why doesn't the App run on my CPU?
For exactly the reasons stated in the message.
Are there any other solutions OR changing the CPU is the only option?
-
Are there any other solutions OR changing the CPU is the only option?
-
Are you making fun of my question!?
-
Are you making fun of my question!?
Pouria Polouk wrote:
Are you making fun of my question!?
Not likely. I think we are confused as to what you want us to do. Contact the vendor and see what they say.
Social Media - A platform that makes it easier for the crazies to find each other. Everyone is born right handed. Only the strongest overcome it. Fight for left-handed rights and hand equality.
-
Are you making fun of my question!?
No, I am trying to get you to understand that the message produced by IntelliJ is telling you that something will not work on your system. And as they say, "A CPU with EPT + UG features is currently needed. We will address this in a future release.". So you need to upgrade your CPU or wait for them to release the version which does support it. But either way they are the people you should be talking to about the issue.
-
Are there any other solutions OR changing the CPU is the only option?
Pouria Polouk wrote:
...OR changing the CPU is the only option?
You need to use a different CPU in your emulator (i.e., AVD), not your computer.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
Pouria Polouk wrote:
...OR changing the CPU is the only option?
You need to use a different CPU in your emulator (i.e., AVD), not your computer.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
Thank you. I'll do it.