Android Question "Could not Find File Error" When we tried to run from other machine

Pravee7094

Active Member
Hello all,
We have two computers and both are connected via local Ethernet. We can Access the computers from one to another.

For Testing,
I just save the "Helloworld" Program on local directory in one computer (Ex : Computer 1). If we run the program from computer 1, It successfully compiled and run.
But If we run the same project on Computer 2 (Directly Run, I meant without copy the project on computer 2), It will return the following error. (Refer Attached image)

Is only option to run the project from local directory ?
Or Can run the project from one machine to another machine without copy ?

Any Suggestion ?

Thanks

Error Message.png
 

Pravee7094

Active Member
It is better to save the project locally. Working over the network will cause all kinds of issues and slowdowns. The best solution for such cases is to use version control.
What is about Version Control ?
Is there any documentation or tutorials available in the b4x forum ?

Thanks
 
Upvote 0
Top