Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/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
Java 无法使用Jdeveloper 12.2.1.3.0将移动应用程序框架部署到Android Emulator_Java_Android_Jdeveloper_Android Sdk Tools_Oracle Maf - Fatal编程技术网

Java 无法使用Jdeveloper 12.2.1.3.0将移动应用程序框架部署到Android Emulator

Java 无法使用Jdeveloper 12.2.1.3.0将移动应用程序框架部署到Android Emulator,java,android,jdeveloper,android-sdk-tools,oracle-maf,Java,Android,Jdeveloper,Android Sdk Tools,Oracle Maf,我在jdeveloper12c中将MAF应用程序部署到Android仿真器上时遇到了问题 我已经寻找解决方案三天了 我尝试了他们提出的每一个解决方案,但都不起作用 我的jdeveloper版本12.2.1.3.0 Oracle IDE 12.2.1.3.42.170820.0914 移动应用程序框架2.5.1.0.42.180529.1103 这就是我得到的错误: [12:54:08 AM] Deployment cancelled. [12:54:08 AM] ---- Deployment

我在jdeveloper12c中将MAF应用程序部署到Android仿真器上时遇到了问题

我已经寻找解决方案三天了

我尝试了他们提出的每一个解决方案,但都不起作用

我的jdeveloper版本12.2.1.3.0

Oracle IDE 12.2.1.3.42.170820.0914

移动应用程序框架2.5.1.0.42.180529.1103

这就是我得到的错误:

[12:54:08 AM] Deployment cancelled.
[12:54:08 AM] ----  Deployment incomplete  ----.
[12:54:08 AM] Failed to detect a connected Android emulator.  Make sure the 
emulator is running.  Otherwise, manually restart the ADB server.  The 
following results were provided by ADB:
List of devices  
attached( oracle.adfmf.framework.dt.deploy.android.deployers.
CheckAttachedDevicesDeployer)
我尝试了adb kill server和adb start server,但没有成功

重新启动我的电脑。那没用

在Windows7上使用设备管理器安装了android设备,但无法正常工作

这些都是我尝试过的东西:安装程序信息、Avd设置、工具、工具2、工具3、工具4、Jdeveloper映射和Avd

我正在使用SDK管理器安装程序\u r24.4.1-windows.exe

安装程序信息:

我的AVD设置如下屏幕截图所示

Avd设置:

我在下面的快照中使用SDK管理器下载的工具

工具:

工具2:

工具3:

工具4:

首选我的Jdeveloper映射

Jdeveloper映射:

我可以在android虚拟设备选项卡上选择SDK管理器-->工具-->管理AVD-->并按开始键启动android emulator

平均值:

当我在cmd中运行adb.exe设备时,我在屏幕下方看到一些不正确的东西

C:\Users\AppData\Local\Android\Android sdk\platform tools>adb.exe设备

List of devices attached
* daemon not running; starting now at tcp:5037
* daemon started successfully
我在jdeveloper 12c中部署MAF: 应用程序-->部署-->新建部署配置文件-->在创建部署配置文件中,我选择MAF Android并按确定-->下一屏幕MAF for Android部署配置文件,我只需按确定。 然后再次转到应用程序-->部署-->然后单击刚刚创建的新部署配置文件,此时会出现windows,其中我选择将应用程序部署到Emulator,然后按finish

这就是我得到的:

[10:02:36 AM] ----  Deployment started.  ----
[10:02:36 AM] Target platform is  (Android).
[10:02:36 AM] Beginning deployment of MAF application "MAF" to Android 
emulator using profile "Android7".
[10:02:36 AM] Capturing state changes of MAF application source files in     
scope for just-in-time "Clean All" analysis.
[10:02:37 AM] A prior deployed config.json file does not exist for the 
current Android deployment profile. A new config.json file must be created.
[10:02:37 AM] A new config.json file is needed for the current deployment. 
Thus, to ensure a good deployment, any existing build and deployment output 
must be deleted for the current deployment profile.
[10:02:37 AM] Performing a limited just-in-time clean of MAF application 
build and deployment content to ensure a good current deployment.
[10:02:37 AM] Checking state of Android Debug Bridge server...
[10:02:37 AM] Android Debug Bridge server already running.
[10:02:58 AM] Verifying a single Android emulator is online and connected to 
the ADB server...
[10:02:58 AM] Deployment cancelled.
[10:02:58 AM] ----  Deployment incomplete  ----.
[10:02:58 AM] Failed to detect a connected Android emulator.  Make sure the 
emulator is running.  Otherwise, manually restart the ADB server.  The 
following 
results were provided by ADB:
List of devices attached
(oracle.adfmf.framework.dt.deploy.android.deployers.
CheckAttachedDevicesDeployer)
不知道为什么我不能用Jdeveloper将MAF部署到Android emulator


请任何人都可以提供详细信息。非常感谢。我希望你们能看到屏幕截图。谢谢。

一个基本问题是,为什么不使用Android Studio?这是谷歌支持的,Android Studio不支持MAF开发