David Cole

Results 56 comments of David Cole

For what it's worth, here's the code I developed to perform this task: ``` /** * Save an image, such as a screen shot, to the device's photo gallery *...

@farfromrefug I added this line: ``` const savedState = entry.viewSavedState; if (savedState) console.log("@nativescript/core/ui/frame/index.android.js: Object.keys(savedState).length: " + Object.keys(savedState).length ); ``` and then when I run the scenario above, I get `@nativescript/core/ui/frame/index.android.js:...

I won't have a chance to test the fix for a couple weeks yet, but I'm glad it was fixed at the source!

I'm hitting this same issue, even after trying all the above suggestions. This is a serious obstacle, as I need to publish my app but right now can't install on...

@triniwiz yes, I realized as I was going to bed I should have been more specific :-) Here's my current AndroidManifest.xml: ``` ``` Here's my current app.gradle file: ``` android...

Yes, the resulting error message is, `The parser encountered some structural problem in the manifest`

@sebj54 I made these changes: in app.gradle I added targetSdkVersion to defaultConfig ``` android { compileSdkVersion 31 // had been 30 defaultConfig { generatedDensities = [] applicationId = "tech.govia.rrr" multiDexEnabled...

So I commented out the `` section of AndroidManifest.xml but still received the error, `Unable to apply changes on device: emulator-5554. Error is: The parser encountered some structural problem in...

@triniwiz yep, I've seen that issue before. Upon doing that and rebuilding with @nativescript/android 8.2.2, I'm now back at the same error, `Unable to apply changes on device: emulator-5554. Error...

@nickolanack Thanks so much! I plan to return to this topic early next year. For others watching at home, here are a couple pertinent SO posts I've found: [https://stackoverflow.com/questions/12813138/add-custom-layer-to-google-maps](https://stackoverflow.com/questions/12813138/add-custom-layer-to-google-maps) [https://stackoverflow.com/questions/26066141/weather-radar-loop-on-google-maps-api-3](https://stackoverflow.com/questions/26066141/weather-radar-loop-on-google-maps-api-3)