Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adb install mmmm.apk failed #2

Closed
dominictarr opened this issue Jul 29, 2017 · 8 comments
Closed

adb install mmmm.apk failed #2

dominictarr opened this issue Jul 29, 2017 · 8 comments

Comments

@dominictarr
Copy link

trying to install the apk I get this error

https://stackoverflow.com/questions/19070816/failure-install-failed-invalid-apk

not sure what it is but making this issue to track the problem.

@dominictarr
Copy link
Author

oh, I think the problem is that my android is armv7 which is 32 bit but this is a 64 bit linux, because I got the same problem with https://github.com/mafintosh/node-on-android/releases/tag/pre-alpha

@staltz
Copy link
Owner

staltz commented Jul 29, 2017

Supporting 32 bit is very important because we'll target low end devices, but I need to either get hold of such device or you should try compiling the apk. I can buy a cheap device but maybe that'll take a while.

@dominictarr
Copy link
Author

I'll getting everything set up to build today.

@staltz
Copy link
Owner

staltz commented Aug 19, 2017

I got an armv7 android phone and I'll focus on getting it working with react-native-node.

@aschrijver
Copy link

Hmm strange, I have tested the react-native-node example on ARM7 and installed this app successfully (but did not testdrive it to see if it worked). Both on emulator and real Samsung A3.

(But currently I'm using react-native-node on top of J2V8)

@dominictarr
Copy link
Author

at one point I did get the app started, but it dumped an error about node process exiting into the ADB logs, the app appeared to be running, but it didn't have the backend!

@staltz
Copy link
Owner

staltz commented Aug 23, 2017

My Android armv7 is a bit too old, it needs SDK v17, so I can't even get the apk installed to begin with. But I'll make it a goal to have it installed on quite old phones too.

@staltz
Copy link
Owner

staltz commented Nov 28, 2017

As of MMMMM v0.0.6+, it has been working on an armv7l device normally, so this issue is 'cant reproduce'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants