Issue
I am trying to do the get started android app - there are two locations and two methods I have tried, both same result:
LoadLibrary failed with error 998: Invalid access to memory location
Step 5 from this article. Running the app from here.
I have installed the standalone adt app from the official SDK site.
Please note I initially had the 64-bit jdk installed AND installed the 64-bit adt standalone version. I received the same symptom. So I, subsequently, installed the 32-bit jdk and then installed the 32-bit adt standalone, and got the same issue.
adt version info
Android Developer Tools Build: v21.0.1-543035
Java version
java version "1.6.0_37" Java(TM) SE Runtime Environment (build 1.6.0_37-b06) Java HotSpot(TM) Client VM (build 20.12-b01, mixed mode, sharing)
My machine info
Windows 7 Home Premium Service Pack 1 Studio XPS 7100 AMD Phenom(tm) II X6 1035T Processor 2.60 GHz 6.00 GB RAM 64-bit Operating System
Solution
Go to android-sdk/Tools and rename emulator-arm.exe to emulator.exe. You may make backup of current old emulator.exe
Answered By - Tomas Raf
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.