Hello everyone,
I am having a number of issues with Android development. I am consulting you to know if I should make a bug report or if the issue is known or if the problem is on me. First issue is with the bridge app feature. When trying to build on my device via WiFi, my app crashes and I get the following error :
FATAL:ENGINE: Unable to load project file: 'http:// [IP ADDRESS] /build/game.projectc' (-1)
Therefore I wanted to try using another bridge app, so I tried to build it but it did exactly what I described some times ago here : Failed compiling Android resources (1.3.0) the wierd thing being that I can actually bundle the main project I work on (the one I cannot bridge to)
More info :
- I tried going to the newest version (1.4.1) but bundling failed due to the Rive native extension
- I tried going back to 1.3.7, a version I have been working with, problem persists
- My most recent addition that could have broke the process is adaptive icons
- I tried changing back the android manifest to the default
- I tried emptying the “bundle resource” parameter
- Anyway I tried to bridge another project to the app and had the same problem so it is probably not that
- I stress the fact that I did multiple sucessful bundles of my current project, but all other projects, either new empty projects or old projects have the “failed compiling android resources”