Closed Lokhandwalah closed 11 months ago
I think I am facing the same issue as what @danyow was facing #300
This is happening because the unity builder step runs inside of a container. The step afterwards is running on the host which doesn't have the tooling installed. Looking at the issue you referenced it seems to be the same issue. You'd need to find a way to point it to the host's NDK or somehow run the build inside the container with the build tools installed (likely a custom container). As such this isn't a bug with the action, it just inherently runs this way.
@AndrewKahr can please help me with running my other steps in the same container, any info is really appreciated.
Bug description
When I am trying to build unity for android platform. It involves two phases. First I try to export the android code and then I build the android APK. During the second phase I get the error regarding the ndk.
This is my workflow:
It fails during the Build the Staging apk for Distribution steps with this error
You can see the full logs here
Expected behavior
I should be able to build the android APK
Additional details