Get as Google’s “internal error”

I developed a cross-platform application using Cordova in Visual Studio 2013. I followed the following steps to provide deep links in the application and everything works fine when testing with the deep binding tool (after scanning the code and opening the provided URL, the application opens exactly on the screen, which should be, and everything is in order). But when I try to use Fetch as Google from the 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 an internal error that android:minSdkVersion must be at least 17 (in my AndroidManifest.xml is 10) or that my application cannot run on x86 hardware (which I don’t know how to test or what I need to change).

Can anyone help me with this?

+7
android cordova
source share

No one has answered this question yet.

See related questions:

1858
"Debug certificate expired" error in Android Eclipse plugins
452
Does anyone have tests (code and results) comparing the performance of Android applications written in Xamarin C # and Java?
329
Formatting Google Play app description
89
How to use FileProvider support for sharing content with other applications?
35
Android Deep Linking with multiple request parameters
10
How to provide and handle deep links in cordova / phonegap applications
3
Cordoba: open a link using Google Chrome
one
Get Google an Internal Error application for a language other than English
0
Sign in for Android Google Plus - an internal error has occurred
-2
Cordoba - opening Google maps from an application using a geo URI - permission issue

All Articles