Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android emulator 无法在android emulator中运行html5应用程序_Android Emulator - Fatal编程技术网

Android emulator 无法在android emulator中运行html5应用程序

Android emulator 无法在android emulator中运行html5应用程序,android-emulator,Android Emulator,您将在tomcat中本地部署应用程序。因此,您需要像 它将在android emulator中运行您的web本机应用程序 I created one html5 application and generated war file and deployed it into tomcat server . After that I tried to use tomcat url to run in android emulator, but it is not work

您将在tomcat中本地部署应用程序。因此,您需要像

它将在android emulator中运行您的web本机应用程序

     I created one html5 application and generated  war file and deployed it into tomcat server . 

    After that I tried to use tomcat url  to run in android emulator, but it is not working .      Showing that webpage is not available.

    Can you please help on this issue.