Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App not running on real device even it’s successfully installed #15

Open
himanshu-1034 opened this issue Aug 22, 2020 · 2 comments
Open

Comments

@himanshu-1034
Copy link

himanshu-1034 commented Aug 22, 2020

I installed the clima weather detection app on android
I enabled the location services in the mobile as well as the app.
But it’s not moving forward to the loading page
It’s stuck on that loading screen
Do I need to provide api nearer to my country ?? Or something else. Please help me on this

@sandeep1dimri
Copy link

Hi Himanshu, when you use Android Studio(AS) to run app on the phone, are you getting any clue on the run window of AS?

@rohitsinghkcodes
Copy link

rohitsinghkcodes commented Sep 10, 2020

This is because you have not given the permission to access internet on your device
You can do it so, just by adding this line in the android Manifest file( Internet permission )

<uses-permission android:name="android.permission.INTERNET" />

NOTE: You can add this line just where you gave the permission for accessing the location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants