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

Execution of cjdroute is not yet supported for your API level #73

Open
IvanOnishchenko opened this issue Nov 12, 2017 · 2 comments
Open
Labels

Comments

@IvanOnishchenko
Copy link

IvanOnishchenko commented Nov 12, 2017

When I try to on toggle on Android 7, app is closing and get error:
FATAL EXCEPTION: main
Process: berlin.meshnet.cjdns, PID: 15387
java.lang.RuntimeException: Unable to create service berlin.meshnet.cjdns.CjdnsService: java.lang.UnsupportedOperationException: Execution of cjdroute is not yet supported for your API level
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3544)
at android.app.ActivityThread.-wrap6(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1732)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6776)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1410)
Caused by: java.lang.UnsupportedOperationException: Execution of cjdroute is not yet supported for your API level
at berlin.meshnet.cjdns.Cjdroute$Default.execute(Cjdroute.java:110)
at berlin.meshnet.cjdns.CjdnsService.onCreate(CjdnsService.java:81)
at android.app.ActivityThread.handleCreateService(ActivityThread.java:3534)
at android.app.ActivityThread.-wrap6(ActivityThread.java) 
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1732) 
at android.os.Handler.dispatchMessage(Handler.java:102) 
at android.os.Looper.loop(Looper.java:154) 
at android.app.ActivityThread.main(ActivityThread.java:6776) 
at java.lang.reflect.Method.invoke(Native Method) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1520) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1410) 

@benhylau benhylau added the bug label Nov 16, 2017
@kylerchin
Copy link

Me too.

@vikulin
Copy link

vikulin commented Dec 5, 2017

Caused by #72

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

No branches or pull requests

4 participants