Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Creating Android classes.dex file from class files...

3222129Apr 22 2016 — edited Apr 22 2016

I develop MAF Application with Oracle JDeveloper Studio, It stuck in here when I want to deploy a Application to emulator. The console messages as follows:

[02:44:36 PM] ----  Deployment started.  ----

[02:44:36 PM] Target platform is  (Android).

[02:44:36 PM] Beginning deployment of MAF application "mcs" to Android using profile "Android2".

[02:44:36 PM] Checking state of Android Debug Bridge server...

[02:44:40 PM] Started Android Debug Bridge server.

[02:44:40 PM] Verifying a single Android emulator is online and connected to the ADB server...

[02:44:40 PM] Running dependency analysis...

[02:44:40 PM] Building...

[02:44:40 PM] Deploying 3 profiles...

[02:44:40 PM] Verifying project is a MAF project...

[02:44:40 PM] Wrote Archive Module to C:\JDeveloper\mywork\mcs\ViewController\deploy\ViewController_MobileFeatureArchive2.jar

[02:44:40 PM] Verifying project is a MAF project...

[02:44:40 PM] Wrote Archive Module to C:\JDeveloper\mywork\mcs\ApplicationController\deploy\ApplicationController_MobileFeatureArchive2.jar

[02:44:40 PM] Starting to prepare the packaging...

[02:44:40 PM] Copying FARs to the MAF application...

[02:44:40 PM] Extracting Feature Archive file, "ApplicationController_MobileFeatureArchive2.jar" to deployment folder, "ApplicationController".

[02:44:40 PM] Extracting Feature Archive file, "ViewController_MobileFeatureArchive2.jar" to deployment folder, "ViewController".

[02:44:40 PM] Copying framework java resource files...

[02:44:40 PM] Copying common javascript files...

[02:44:41 PM] Copying application image files...

[02:44:41 PM] Copying .adf files...

[02:44:41 PM] Copying security related files to the MAF application...

[02:44:43 PM] Creating Android preferences XML files...

[02:44:43 PM] Replacing tokens in file AndroidManifest.xml ...

[02:44:43 PM] Copying adfmf-manifest.properties file...

[02:44:43 PM] Deploying Cordova Plugins...

[02:44:44 PM] Command-line executed: ["D:\Oracle\Middleware\Oracle_Home\oracle_common\jdk\bin\java", -jar, D:\Oracle\Middleware\Oracle_Home\jdeveloper\jdev\extensions\oracle.maf\maf-helper.jar, deploy, -config, "C:\JDeveloper\mywork\mcs\deploy\Android2\config.json"]

[02:44:44 PM] Plugin "cordova-plugin-network-information" already installed on android.

[02:44:44 PM] Starting to archive the folder "/C:/JDeveloper/mywork/mcs/deploy/Android2/temp_assets/" to "assets.zip"...

[02:44:45 PM] Creating unsigned Android application file...

[02:44:46 PM] Compiling Android Resource Identifier file...

[02:44:46 PM] Creating Android classes.dex file from class files...

Comments
Post Details
Added on Apr 22 2016
2 comments
863 views