Click here to Skip to main content
15,904,155 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I developed a cross-platform application using Cordova in Visual Studio 2013. I followed this steps (https://developers.google.com/app-indexing/android/test#top) for providing deep-links in the application, and everything is working fine when testing with the deep linking testing tool (after scanning the code and opening the provided URL, the application is opened exactly on the screen it should, and everything is OK). But when I try to use Fetch as Google from Search Console, I always get the following error:

Internal error The page could not be fetched due to an internal Google error. Fetched URI: android-app://com.app-name/http/hu Date: 9/10/15 12:51 AM Language: English Googlebot type: Google for android apps

I read about Internal error that android:minSdkVersion must be at least 17 (in my AndroidManifest.xml is 10) or that my app is unable to run on x86 hardware (which I have no idea how to test or what should I modify). Can anybody help me with this?
Posted
Updated 9-Sep-15 23:48pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900