获取Google"内部错误"

dsa*_*asd 7 android cordova

我在Visual Studio 2013中使用Cordova开发了一个跨平台应用程序.我按照以下步骤在应用程序中提供深层链接,并且在使用深度链接测试工具进行测试时(扫描代码并打开提供的URL之后)一切正常,应用程序正好在它应该的屏幕上打开,一切正常).但是,当我尝试从Search Console使用Fetch作为Google时,我总是会收到以下错误:

内部错误

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
Run Code Online (Sandbox Code Playgroud)

我读到内部错误android:minSdkVersion must be at least 17(在我的AndroidManifest.xml中是10)或我的应用程序无法在x86硬件上运行(我不知道如何测试或我应该修改什么).

任何人都可以帮我吗?