How use eclipse/milo in Android #1297
sergeishugaev
started this conversation in
General
Replies: 2 comments
-
I didn't answer in the hopes somebody familiar with Android development would. I don't know how to help you. I've never written an Android application and I don't have an Android phone. Focus on figuring out why this doesn't work or how it breaks:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I resolve my problem The first in AndroidManifest.xml need add permissions:
The second use the right emulator. Initially, I tested on Pixel 2 API 29 and lib milo did not work and ping didn't even work too, but in Pixel 8 Pro milo is working well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I tested milo as a simple java project. Everything works fine.
My code:
Pom:
But if I transfer the same code to Android Studio, I have problems and the code does not work.
Gradle:
I have a build failure:
If I add the code below to the build.gradle - build success, but the milo code doesn't work. Program break in line
OpcUaClient opcUaClient = OpcUaClient.create(opcUaClientConfigBuilder.build());
without exceptionPlease, help me! How to make milo work in android?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions