Replies: 8 comments 20 replies
-
This is further to the method we had proposed for Android execution during the TSC call, wanted to keep posted the progress. We are following the "gomobile" way of building the APK or AAR as mentioned in below link, https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile We started with sample 'Hello-World' in go to build apk out of the same. Tried the same in Linux and as well Window's machine. After resolving many errors in setup and environment setting, could make APK in Linux machine. We would install the same in Android-Emulator or on device and check once. In Window's machine still we get some error and trying to resolve. Since its Android support, we are trying in Window's machine also. Will check the Linux APK and get back how it works. If the APK works as intended, we will next follow the same steps and build APK(AAR) out of Home-Edge Orchestration next. Upon the successfull build, will install on device to check the features which work and so. |
Beta Was this translation helpful? Give feedback.
-
Hello All,
|
Beta Was this translation helpful? Give feedback.
-
Thought of sharing the current progress.
|
Beta Was this translation helpful? Give feedback.
-
Successful in creating the aar for sample helloworld.go. Two files helloworld.aar and helloworld-sources.jar got created. The point to be remembered is that the files should be in the same directory as "go" has been installed. |
Beta Was this translation helpful? Give feedback.
-
Few things I observed from my analysis,
|
Beta Was this translation helpful? Give feedback.
-
AAR file creation has been successful. We are trying a build an APK and check for orchestration init and basic features. As mentioned we will now need to investigate what features work and what not. |
Beta Was this translation helpful? Give feedback.
-
Aar has been created sucessfully for edge orchestration to test the basic feature of orchestration. Now, Creating a basic App to import the aar and check for functionality. Getting error in importing the aar. Checking for the few links to resolve the issue. will update once the issue resolves |
Beta Was this translation helpful? Give feedback.
-
We all concur on new development in Kotlin with minimal features of discovery and offloading as the possible approach. The development part is clear for now. Few thought which came to mind before we start the implementation,
|
Beta Was this translation helpful? Give feedback.
-
We are thinking of supporting execution of Home Edge Orchestration in Android platform. Hence in this regard we did basic study of how this can be taken ahead. Following are some of the approaches :
Beta Was this translation helpful? Give feedback.
All reactions