-
Notifications
You must be signed in to change notification settings - Fork 165
blank with android 4.2.2 #7
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
Comments
check if your google api key is correct |
Sorry for the late response. Yes, blank screen typically means missing or invalid api key. You'll probably see an error buried in your Android logs. |
i've changed the key, same result, only with android 4.2, same with the demo |
i confirm 4.2.2 bug on multiple apps working ok with other android version: |
I don't have a 4.2.2 device laying around, but I tried it in an emulator and I'm getting the same issue. I monitored the logs coming from the device and was seeing this:
This one was an error |
I'm having the same issue with the 4.2.2 version, map is not loading ( I loaded the key already, tried demo and didn't work either). |
This on an emulator or real device? I've only tried on an emulator (Genymotion) - don't have a 4.2.2 device. I wonder if real devices have the same issue. Try looking at the logs from android - Device monitor or logcat. |
The issue also happens on real device, this is what i got from logcat
Actually I think is the same error that you got |
i get the same error with tns livesync |
any news on a fix for this error? |
Hi, I installed this module in my app and I followed step by step. |
@BernardoQR I'm not familiar with appbuilder - make sure the plugin node_module is installed. You can also try I did see a note here http://docs.telerik.com/platform/appbuilder/nativescript/working-with-custom-modules/manage-custom-modules-package-json that says
|
Thank you @dapriett . I will take a look. |
Same issue on Android 5.1.1 (OnePlus 2). |
What did you Android logs say @jaysson? I'm guessing it's a different issue. |
I deleted platforms/android and rebuilt, it is working now. |
Hey @dapriett do you have an idea when this (#7 (comment)) can be resolved or if not do you accept PRs on this? :) |
hi @valentinstoychev - I have previously spent some time trying to resolve it, but have had no luck pinpointing the exact issue. Haven't had time recently, and don't know enough about the internals of android. I would gladly accept some PRs! I noticed this issue was closed today related to multidex support: NativeScript/android#344 Not sure if that's related or not - but it may be worth trying out. |
@dapriett Please any way to resolve the blank screen issue. I have a tight deadline and I'm so hoping that the blank screen disappears. I have gone through the tutorial like a quadrillion times and I've practically tried everything here including deleting the platform/android directory. I'm also new to NativeScript BTW. Thanks. |
I was able to solve the problem. First I think using AppBuilder is not such a good idea. I recreated my project using vs code and also installed Google Repository using SDK Manager because gradle was throwing a No version is installed errror while looking for com.google.android.gms:play-services-maps referenced in the include.gradle file and finally |
API 19 (4.4.4) works correctly but API 17 (4.2.2) does not work . the multidex support , does not fix the problem. help please ... |
2 bump error logging and handling where the error occurs still
…due to incompatibility issues with ns
i'm trying to use the map with android 4.2.2 and only shows the 'google' sign
The text was updated successfully, but these errors were encountered: