[Q] genymotion failure install failed cpu api incompatible - Android Q&A, Help & Troubleshooting

i recently started using genymotion i am newbie as they say, i figured out how to launch apps but the problem is the apps the i installed successfully are chat or programs apps only no games apps want to be installed on the virtual device i always get this message failure install failed cpu api incompatible, i am using 2 pcs
both windows 7 x64 both got the same issue, below is a sample of the cmd commands i did with the results cmd commands i used :
The system cannot find message text for message number 0x2350 in the message file for Application.
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
The system cannot find message text for message number 0x8 in the message file f
or System.
E:\ABD\adt-0\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>adb install D
:\WhatsApp.apk
6168 KB/s (11806415 bytes in 1.869s)
pkg: /data/local/tmp/WhatsApp.apk
Success
E:\ABD\adt-0\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>adb install D
:\ClashofClans.apk
5846 KB/s (49389710 bytes in 8.249s)
pkg: /data/local/tmp/ClashofClans.apk
Failure [INSTALL_FAILED_CPU_ABI_INCOMPATIBLE]
E:\ABD\adt-0\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>
all i did i just installed these virtual devices
Galaxy S4-4.3 - API18 - 1080x1920 WXGA 10.1 Tablet - 4.3 - API 18 - 1280x800
so if u have any Questions or effective suggestions please help me
Best Regards,
Alex

you have already made 2 duplicates of this thread.. please dont make anymore.
Also this is not the right forum to address this. maybe u will have better luck here.

Related

Droid 3 rooting problem

Im trying to use the one click root for the droid 3. Every time I run the program all it says is adb is not recognized as an internal or external command. And when I change adb to .bat I just get a .dll error, even though I have the dll with the software. Im using Windows 7 64 bit edition. This is my first Android phone so I am a noob to them, so please be as specific as possible.
when I click on the dll file, here's what I get: TLOSS error
SING error
DOMAIN error
R6034
An application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information.
R6033
- Attempt to use MSIL code from this assembly during native code initialization
This indicates a bug in your application. It is most likely the result of calling an MSIL-compiled (/clr) function from a native constructor or from DllMain.
R6032
- not enough space for locale information
R6031
- Attempt to initialize the CRT more than once.
This indicates a bug in your application.
R6030
- CRT not initialized
R6028
- unable to initialize heap
R6027
- not enough space for lowio initialization
R6026
- not enough space for stdio initialization
R6025
- pure virtual function call
R6024
- not enough space for _onexit/atexit table
R6019
- unable to open console device
R6018
- unexpected heap error
R6017
- unexpected multithread lock error
R6016
- not enough space for thread data
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
R6009
- not enough space for environment
R6008
- not enough space for arguments
R6002
- floating point support not loaded
Microsoft Visual C++ Runtime Library
<program name unknown> Runtime Error!
Program: Invalid parameter passed to C runtime function.
InitializeCriticalSectionAndSpinCount k e r n e l 3 2 . d l l

hping for android?

where could i found hping for android?
or where could i found busybox that contain hping?
What is the best forum for android busybox Q&A ?
Where can i tell my Android BusyBOX Question about HPING in busybox ?
Does anyone can help me ?!
busybox (busybox.net) does not include hping. You may find other multi-binaries including the hping, but it's not busybox and not very likely ported to Android. If it's hping you want, look for it (or port yourself) for Android - do not look for a "busybox". As long you don't need the tcl support in hping, I guess it's quite easy to compile it for Android.
Thanks For Reply ,
How can i compile hping for android ?
mbzadegan said:
Thanks For Reply ,
How can i compile hping for android ?
Click to expand...
Click to collapse
Using the SDK plus NDK would be the easiest way, I guess, but since you are asking, I guess you are not familiar with porting code to the Android, and in this case, I guess it may be a little to large task.
Or -- if Moses won’t go to the Mountain, bring the Mountain to Moses.
This is on my ASUS Transformer. I simply apt-get hping3.
Code:
[email protected]:~# apt-get install hping3
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
hping3
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 108 kB of archives.
After this operation, 324 kB of additional disk space will be used.
Get:1 http://ftp.se.debian.org/debian/ squeeze/main hping3 armel 3.a2.ds2-6 [108 kB]
Fetched 108 kB in 0s (339 kB/s)
Selecting previously deselected package hping3.
(Reading database ... 38945 files and directories currently installed.)
Unpacking hping3 (from .../hping3_3.a2.ds2-6_armel.deb) ...
Processing triggers for man-db ...
Setting up hping3 (3.a2.ds2-6) ...
[email protected]:~# hping3 --icmp localhost
HPING localhost (lo 127.0.0.1): icmp mode set, 28 headers + 0 data bytes
len=28 ip=127.0.0.1 ttl=64 id=61322 icmp_seq=0 rtt=0.3 ms
len=28 ip=127.0.0.1 ttl=64 id=61323 icmp_seq=1 rtt=0.7 ms
len=28 ip=127.0.0.1 ttl=64 id=61324 icmp_seq=2 rtt=0.8 ms
^C
--- localhost hping statistic ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.3/0.6/0.8 ms
This is possible because I'm running a complete GNU/Linux (Debian) on top of Android on it. You'll find a description with the how-to it in my signature, but it's not for the faint hearted and only for the GNU/Linux hackers, I guess. I don't know if this is easier than porting hping3 to Android, it's up to you to decide. But it really makes it easier running non-Android code, such as hping.
The XDA thread about it is here: http://forum.xda-developers.com/showthread.php?t=1780378
This is good idea but have 2 notes ! :
The virtual machines don't have a good packet throuput per secound !
And secound is i must install hping 3 whenever i run my VM !
I search for hping that i run it without in VM . ( because of low Packet Per Secound )
mbzadegan said:
This is good idea but have 2 notes ! :
The virtual machines don't have a good packet throuput per secound !
And secound is i must install hping 3 whenever i run my VM !
I search for hping that i run it without in VM . ( because of low Packet Per Secound )
Click to expand...
Click to collapse
I'm sorry, but I've must have made myself unclear here. No virtual machine is involved here at all, no performance loss and no need to install hping3 more than once. What I describes is a runtime environment, and involves no emulation or virtualization.
Still, I do agree with you, the best solution for you is probably a hping3 compiled for the native Android runtime environment. Running Debian may be overkill.

[Q] AVD Simulation Issues

Hey guys,
This is my first time developing apps for a device, please don't be too callous.
Prior to the release of Android Studio I was having a crack at eclipse with the android SDK and attempting to utilise the AVD simulator rather than the actual Galaxy Nexus I have right beside me. My issue was in fact the same as to when I converted to Android Studio, a rather consistent error:
Code:
Waiting for device.
C:\Android\android-studio\sdk\tools\emulator.exe -avd GalaxyNexus -netspeed full -netdelay none
Device connected: emulator-5554
Device is online: emulator-5554
Target device: emulator-5554 (GalaxyNexus)
Uploading file
local path: C:\Ryan\Android\MyFirstApp\build\apk\MyFirstApp-debug-unaligned.apk
remote path: /data/local/tmp/com.example.myfirstapp
Adb Transfer Protocol Error.
No such file or directory
The AVD Simulator boots up, Android Labels displays then fails after a matter of seconds. i understand the issue is obviously not related to the IDE hence why both eclipse and Android Studio are doing the same thing.
I Created an AVD with the following Properties:
Code:
Name: GalaxyNexus
Device: Galaxy Nexus (4.65"...etc
Target: Android 4.2.2 - API Level 17
CPU/ABI: greyed out as "ARM..."etc
Keyboard enabled
Skin enabled
Front Camera None
Rear Camera None
Memory options
- Ram: 512
- VM Heap: 64
- Internal Storage: 8 GiB
- SD 128MiB
Emulation options both left unchecked
Greyed out button for "Override the extisting AVD with the same name"
The basic default hello world app actually runs fine on my galaxy nexus on 4.2.2.
Not sure of my issue, I would assume configuration, though couldn't be sure.
Thanks ahead.
ryanspacef said:
Not sure of my issue, I would assume configuration, though couldn't be sure.
Thanks ahead.
Click to expand...
Click to collapse
Go to SDK Manager and hit the Install button. Mine still had 5 missing packages, including the ARM ABI, which would also explain why the AVD didn't boot. Hope this helps.
ryanspacef said:
Hey guys,
This is my first time developing apps for a device, please don't be too callous.
Prior to the release of Android Studio I was having a crack at eclipse with the android SDK and attempting to utilise the AVD simulator rather than the actual Galaxy Nexus I have right beside me. My issue was in fact the same as to when I converted to Android Studio, a rather consistent error:
Code:
Waiting for device.
C:\Android\android-studio\sdk\tools\emulator.exe -avd GalaxyNexus -netspeed full -netdelay none
Device connected: emulator-5554
Device is online: emulator-5554
Target device: emulator-5554 (GalaxyNexus)
Uploading file
local path: C:\Ryan\Android\MyFirstApp\build\apk\MyFirstApp-debug-unaligned.apk
remote path: /data/local/tmp/com.example.myfirstapp
Adb Transfer Protocol Error.
No such file or directory
The AVD Simulator boots up, Android Labels displays then fails after a matter of seconds. i understand the issue is obviously not related to the IDE hence why both eclipse and Android Studio are doing the same thing.
I Created an AVD with the following Properties:
Code:
Name: GalaxyNexus
Device: Galaxy Nexus (4.65"...etc
Target: Android 4.2.2 - API Level 17
CPU/ABI: greyed out as "ARM..."etc
Keyboard enabled
Skin enabled
Front Camera None
Rear Camera None
Memory options
- Ram: 512
- VM Heap: 64
- Internal Storage: 8 GiB
- SD 128MiB
Emulation options both left unchecked
Greyed out button for "Override the extisting AVD with the same name"
The basic default hello world app actually runs fine on my galaxy nexus on 4.2.2.
Not sure of my issue, I would assume configuration, though couldn't be sure.
Thanks ahead.
Click to expand...
Click to collapse
Have you tried to push your apps apk manually using the adb push command? If that does not work its probably a driver issue. Also you may try changing the sdcard size to >200mb or removing it altogether and only using internal. I would also use a much smaller internal size unless your app needs it. My AVD has an internal of 256mb and no sdcard and runs fine. The AVDs are very picky and have strange issues sometimes.

genymotion failure install failed cpu api incompatible

i recently started using genymotion i am newbie as they say, i figured out how to launch apps but the problem is the apps the i installed successfully are chat or programs apps only no games apps want to be installed on the virtual device i always get this message failure install failed cpu api incompatible, i am using 2 pcs
both windows 7 x64 both got the same issue, below are some of the cmd commands i used with the results:
The system cannot find message text for message number 0x2350 in the message file for Application.
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
The system cannot find message text for message number 0x8 in the message file f
or System.
E:\ABD\adt-0\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>adb install D
:\WhatsApp.apk
6168 KB/s (11806415 bytes in 1.869s)
pkg: /data/local/tmp/WhatsApp.apk
Success
E:\ABD\adt-0\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>adb install D
:\ClashofClans.apk
5846 KB/s (49389710 bytes in 8.249s)
pkg: /data/local/tmp/ClashofClans.apk
Failure [INSTALL_FAILED_CPU_ABI_INCOMPATIBLE]
E:\ABD\adt-0\adt-bundle-windows-x86_64-20131030\sdk\platform-tools>
all i did i just installed these virtual devices
Galaxy S4-4.3 - API18 - 1080x1920 WXGA 10.1 Tablet - 4.3 - API 18 - 1280x800
so if u have any Questions or effective suggestions please help me
Best Regards,
Alex

App installation issue

Hello, I have earlier installed Google Indic Keyboard app in My Phone Iqoo z3, But after some update it automatically disappeared. I tried to install it from Play Store but installation always failed. Then I Tried Downloading and Install with apk file. That also did not work.
Then I tried to install with ADB tools. There also I Have got error. The app is very important for me,
Code:
PS C:\Users\mkj\Downloads\platform-tools_r31.0.3-windows\platform-tools> adb install hindi.apk
2470 KB/s (35316074 bytes in 13.957s)
Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl1755875328.tmp/base.apk (at Binary XML file line #33): com.google.android.apps.inputmethod.hindi.HindiInputMethodService: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]
I am not much familiar with android Errors. can some one tell me whats wrong With it??
My device is Iqoo Z3

Categories

Resources