-
Notifications
You must be signed in to change notification settings - Fork 94
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
make sure you add the Telemetry service to your androidManifest.xml #90
Comments
See this link: #78 (comment) |
@Equisetum try to rebuild
still not working try to remove platform and readd platform
still not working demo also not working |
Working on something similar in #80 |
@EddyVerbruggen |
@EddyVerbruggen still not working could u check the new version of demo I provided?? |
That first issue was probably solved, the second may be down to the emulator you use. Did you try this on an Android 4.4 or higher device? |
@EddyVerbruggen the mapbox-error-demo-v3.zip works correct on real phone, but doesnt work on simulator |
TNS 2.5.2
ANDROID API 24
typescript 2.1.6
test demo program:
mapbox-error-demo.zip
########################################################
https://github.com/NativeScript/template-hello-world-ts
by
tns create my-app-name --template tns-template-hello-world-ts
<map:Mapbox
accessToken="your_token"
mapStyle="light"
latitude="52.3702160"
longitude="4.8951680"
zoomLevel="3"
showUserLocation="true"
mapReady="onMapReady">
</map:Mapbox>
the test program is in the attachment, please change to mapbox API token manually.
![image](https://cloud.githubusercontent.com/assets/5271457/23520310/0aa1c804-ff40-11e6-94a7-de70352320d6.png)
=========================
after I add to the AndroidManifest.xml, I got new exception
![image](https://cloud.githubusercontent.com/assets/5271457/23521880/832436c6-ff46-11e6-8f0a-4ece1d996bdc.png)
The text was updated successfully, but these errors were encountered: