atemaguer / React-Native-Layouts

14 stars 1 forks source link

Cannot run on my android emulator #1

Closed louicoder closed 5 years ago

louicoder commented 5 years ago

The application seems not to run on my android emulator. I went ahead and tried this on a physically connected device and still got the same issue. Please refer to screenshot below.

image

atemaguer commented 5 years ago

the error is not verbose enough. Is it still not working?

atemaguer commented 5 years ago

the issue maybe with your devices not being configured to use the right port 8081. yours seems to be using port 5037

atemaguer commented 5 years ago

run the following command.

adb -s reverse tcp:8081 tcp:8081

louicoder commented 5 years ago

Cool, I will try that. Have you added any updates yet @Albystein

louicoder commented 5 years ago

You might wanna contribute to our application we are building in react-native. Feel free to let me know so I can add you. Good work :+1:

atemaguer commented 5 years ago

sure. let me check it out.

And yes, I just added the Vacation home app this evening. it is more responsible and better organised. I am going to organize the others as well and make them a bit responsible where necessary.

On Mon, 20 May 2019, 20:28 Musanje Louis Michael, notifications@github.com wrote:

You might wanna contribute to our application we are building in react-native. Feel free to let me know so I can add you. Good work 👍

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Albystein/React-Native-Layouts/issues/1?email_source=notifications&email_token=AF6XZLA6BBC7ERD24QILOKLPWLNVDA5CNFSM4HNTE442YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVZQ4UA#issuecomment-494079568, or mute the thread https://github.com/notifications/unsubscribe-auth/AF6XZLASGCKNUIRTBWPZ7FDPWLNVDANCNFSM4HNTE44Q .

louicoder commented 5 years ago

This issue is to due with permissions though, not reversing the port as indicated. For more info checkout this github issue. Here

atemaguer commented 5 years ago

so it's more of the file grades.bat not having the permission to execute. explains the permission denied errors. thanks for finding it out.

On Tue, 21 May 2019, 18:52 Musanje Louis Michael, notifications@github.com wrote:

This issue is to due with permissions though, not reversing the port as indicated. For more info checkout this github issue. Here https://github.com/facebook/react-native/issues/17197#issuecomment-398829408

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/Albystein/React-Native-Layouts/issues/1?email_source=notifications&email_token=AF6XZLFKT6CJCJIIECOGOHTPWQLFRA5CNFSM4HNTE442YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV4LNII#issuecomment-494450337, or mute the thread https://github.com/notifications/unsubscribe-auth/AF6XZLCLV2R43D2FRDJJSDDPWQLFRANCNFSM4HNTE44Q .