-
Notifications
You must be signed in to change notification settings - Fork 0
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
Android 8.0 Oreo Support #5
Comments
Notes to self:
|
compiler/driver/compiler_driver.cc:663
|
Injected app run10-10 15:37:28.165 17944 17944 E zygote64: expected 1 dex files but found 2
Error Research
|
- is not in use atm, because injected apps were not executed anyway. See: Project-ARTist/meta#5 (comment) - Android 8.0 Oreo injection works, but base.apk must get replaced with injected APK for it to work
ARTist now works on Android 8.0 Oreo! Fixed stuff:
Follow up work:
|
hi, can artistgui and artist be tested on sdk27 (8.1) already - i found no releases anywhere? |
Hi, the problem is that while we had a working version of ARTist for Oreo, it it is outdated by now and therefore lacks a lot of functionality that we currently only have for 7 & 7.1, such as the clean module structure and SDK. Progress is tracked in Project-ARTist/art#18, but I am not aware of anyone currently working on this since we lack the man power =/ You can either try to use an older version of the whole art + ARTist + ArtistGui ensemble that supports Oreo or try to port it over. Let me know if the latter is something you would consider. May I ask for your ARTist use case? Maybe I can help there... |
i just wanted to give it a test dumping the network traffic from pogo, actually trying to get raid data from pokemongo to create raid maps from it ;) |
Not sure if we tested that, maybe @sweisgerber-dev has some insights here? Btw if this is just for testing, an emulator with Android 7.1 could as well? |
@simonbuehler
in ARTistGui's settings dialog if you try to test it on 8.1, because w/o it it definitely won't work. |
Implementation in:
Affected Projects
The text was updated successfully, but these errors were encountered: