x/mobile : os.Create and os.Open not working as expected #19219
Closed
Labels
Comments
In
|
@mintyowl I don't see how someone can help you here. I tried reproducing your "bug", but I cannot, because you did not answered "What did you do?" question. You did not provided any steps for me to follow. Please try again. Thank you. Alex |
I dont know what problem there is. I could not solve it and I am closing it for now. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?1.7.5
What operating system and processor architecture are you using (
go env
)?Windows 10 64 bit
Android SDK 23, Lollipop (For React Native)
Android NDK 13.1
What did you do?
The code above works fine and so does the javascript side of code. I keep receiving
err-CREATE-FILE
inside my javascript. Soos.Create
andos.Open
are not working as expected.Even though it is an internal storage and permissions are not required, but I just turned them on anyways in manifest file, but with no avail.
What did you expect to see?
os.Create
andos.Open
should successfully create and open file resp.What did you see instead?
Tried even on actual device with debug on, but I keep getting
err-CREATE-FILE
inside my javascript (React Native). Soos.Create
andos.Open
are not working as expected.The text was updated successfully, but these errors were encountered: