Michael

Results 295 comments of Michael

The threads just all look like normal background threads relating to crashlytics so not sure they are causing the issue? I don't believe crashytics will ever call `View.getVisibility()` so I...

@Dima107 If you are adding an advert to your app too early (before AIR has completed initialising) I potentially could see a case where this occurs depending on how long...

IAB or GameServices shouldn't add any view components related to the above error so I doubt those are the issue.

Would recommend you use the Android studio project to locate the rogue AndroidManifest.xml file and try to remove that from your AIR sources.

Hi, You'll likely want to update to a 2048bit cert as Java doesn't support these older ones anymore. If you are worried about a cert change on the Play Store,...

You should be able to search the file system in the android studio project and locate any AndroidManifest.xml files. If you can list them here I can help identify the...

What other markets are you supporting? Most of them have something similar or allow you to change the certificate. Unsure why it works with the older SDK, could be using...

Nothing stands out there. Feel free to send me your Android studio project folder and I'll have a look through it. (airnativeextensions @ distriqt.com)

@vinodh143 That project worked fine for me. Perhaps try a clean AIR SDK or Android Studio install and check that your Android sdk is updated. The random manifest file might...