-1

こんにちは、私の最初の Oracle MAF モバイル・アプリケーションを開発しています。ADFモバイル・アプリケーションの開発ドキュメントを使用して、JDeveloper12cをMAF用に構成し、異なる構成の2つのエミュレータを作成しました。最後に、アプリケーションをデプロイしようとすると、次のエラーが発生します。

[10:28:38 PM] ----  Deployment started.  ----
[10:28:38 PM] Target platform is  (Android).
[10:28:39 PM] Beginning deployment of MAF application "My2App" to Android using profile "MyApp2Andrd".
[10:28:40 PM] Checking state of Android Debug Bridge server...
[10:28:44 PM] Started Android Debug Bridge server.
[10:28:44 PM] Verifying a single Android emulator is online and connected to the ADB server...
[10:28:44 PM] Shutting down Android Debug Bridge server...
[10:28:45 PM] Deployment cancelled.
[10:28:45 PM] ----  Deployment incomplete  ----.
[10:28:45 PM] Too many Android emulators connected.  Only one emulator should be connected for deployment.  The following results were provided by ADB:
List of devices attached
emulator-5556   device
emulator-5554   device
 (oracle.adfmf.framework.dt.deploy.android.deployers.CheckAttachedDevicesDeployer)
4

1 に答える 1

0

adb サーバーを停止して再起動することをお勧めします。そして、1 つのエミュレーターを起動するだけです。

于 2015-03-13T20:07:13.793 に答える