4.4.4 Android deployment

Have no clue as to when we can see 4.4.4 for the Z2?

http://www.androidorigin.com/Sony-Xperia-Z3-compact-Z2-Tablet-Android-l-update-leak/
So, who to believe?

Tags: Sony Phones

Similar Questions

  • Tracing with logcat

    I tried to trace an Air application on Android devices using logcat (on a PC of Windows 10). Logcat shows a lot of output, but Nothing of my application. I 'allowed debugging"checked in the settings of publication. Something else I might have missed?

    My apologies to take a long time to get back to you. I just moved into a new State, and it took some time to settle. I followed the instructions and made some conjectures from the link that you provided, and I could see the tracing instructions in LogCat, as well as within Flash with Android app running on a real device. My steps:

    (1) creates a new AIR Android app

    (2) added a setInterval() who shot every 2 seconds with a callback function that simply contains an action trace ("Hello World").

    3) changed the "Android deployment type" to "Debug". This form can be found under the tab "Deployment" of the 'AIR for Android Settings '. This causes the app to always want to connect to an IP address that can be debugged, whenever you launch the application. You use it to debug the application in Flash using the debug-> menu option to start a remote debugging Session.

    (4) publishes the application on a device

    (5) open command line and 'CD' in the 'Bad' file located under (AIR SDK folder)-> lib-> android-> bin

    (6) in the command line, type: adb logcat air. MyApp: I *: S

    The "MyApp" should be replaced by your applications "App ID". After this, you should see trace any statement in your application as they are triggered. If your application is published with the type of deployment "release Device", then it will not work. I suspect that was problem you can't see them. The box "Enable debugging" under general settings to publish this does not affect as mine was not checked by default.

    When you launch the app on your device, you will see he is trying to connect to an IP address of debugging. You can simply click Cancel on the popup and it will always be able to see the tracing instructions in the command line.

  • Disabling the orientation landscape

    I use jdev 12.1.3

    Please let me know how to turn off the orientation landscape for my application?

    concerning

    Deepak

    At the moment we do not provide an option for that.  Probably because it is frowned upon by Android developers to restrict the application to a particular orientation (see: https://stackoverflow.com/questions/6581120/how-to-make-an-application-to-run-in-portrait-mode-only), but also no doubt, this would be true for iOS too, and yet we do not provide the options there.

    I will raise an ER for us to add this as an option for the Android deployment profile, because it is technically possible to modify the androidmanifest.xml to do this, ignoring best practices.

    Your solution for now is to locate the AndroidManifestr.template.xml file in the /jdeveloper/jdev/extensions/oracle.maf/Android directory and add the following (according to the stackoverflow example):

    Android: screenOrientation = "portrait".

    .. .to the relative activities.  I tried adding it to all activities, but you can work through a test of elimination what activities it is necessary.

    Note You must remember that you have modified the JDev AndroidManifest.template.xml file and change for future application development.

    CM.

  • Play Google store does not accept the ADF Mobile apps for tablets

    My ADF Mobile app is published on the Google game, but he says that the app is not compatible with the tablets, for the following reasons:

    1. properly target the Android Versions

    I fixed this by going into the properties of the Application > deployment > Android profile > edit > Options Android > change target SDK API level from 9 to 14.

    Note to the ADF Mobile Team: I recommend that you change the default target SDK API level from 9 to a higher level (Google recommends 14 today).

    2. correctly report physical dependencies

    I understand the problem, but I need help to find a good solution.

    The problem is, when ADF Mobile deploys on the package, it creates an AndroidManifest.xml file and since my application uses SMS, it necessarily adds a < permission > element for telephony.  In general, approval will be "implies" that phone is a "requirement of functionality of the material" unless we also add an element of <>uses feature corresponding with android: required = "false".  However, ADF Mobile not set the < uses > function in the AndroidManifest.xml.

    Does anyone know a good solution for this?  (I searched for a way to configure this in ADF Mobile and in the docs, but it found nothing. "And I can't manually change the AndroidManifest.xml because ADF Mobile it creates in the middle of the deployment process).

    3. take advantage of the extra screen available on shelf area

    I have no start troubleshooting this in detail yet, but I'm curious to know how the Google game store, determines exactly?

    Anyway, if anyone can help me with #2, I would be grateful.  Thank you!

    Patrick

    Edit: Title changed this message, because I believe it is a more serious current problem.  Will respond with more information soon.

    Hi, Patrick, recently Google game made a number of changes, so it is much stricter in terms of supported Android.  Successfully, we applied workarounds and found the combination that seems to work for Google play.  Here are the details based on your questions:

    (1) the level of the API should not matter as long as it's 9 or above - 9 is the current default value.  Nothing specific in ADF Mobile that requires the level more high API.  However, if you are interested you should limit your application to 4.x devices, you can set the minimum and target API level accordingly to assert that.

    (2) by default, ADF Mobile says all the permissions of the device which may potentially be required by the framework.  This is why, for example, even if the application accesses a camera, the AndroidManifest.xml file will still contain references to the permissions of the camera.  Possibility to choose the correct hardware permissions selectively is planned for the next version of Mobile of the ADF.  In the meantime, you can change the AndroidManifest.xml file template in an extension of the ADF Mobile as the workaround.

    (3) Google game uses the element of "Supports the screen" in the file AndroidManifest.xml to determine what factors shape/devices are supported.  Summary of form factors supported and densities are described here: supporting multiple screens | Android developers.  ADF Mobile supports the display of different density already.  In what concerns the size of the screen, you must add the element "supports the screen" in the model of manifest file xml for the size of the screen that you want to support.  For example, if you want to add in support of all devices:

    Android: normalScreens = 'true '.

    Android: largeScreens = "true".

    Android: xlargeScreens = "true" / >

    The Android site would give you definitions of what mean these sizes.

    Finally, here are the instructions on changing the template AndroidManifest.xml:

    -Access file /JDeveloper/JDev/Extensions/oracle.adf.mobile/Android/Oracle_ADFmf_Framework.zip

    -Make a backup copy of the zip file

    -Unzip the file, which would be to extract all files in a directory of 'framework '.

    -Navigate to the framework/template/AndroidManifest.template.xml file

    -Use a text editor to change the permissions of the device, as well as the addition of the screen element supports as indicated above.

    -Zip up the framework directory and name the file zip as Oracle_ADFmf_Framework.zip, replacing the old.  Please make sure that the zip file has the same directory structure exactly as before.

    -In JDeveloper, before you deploy the application, please do a "Clean All" to clean up all the old objects deployment.

    -Deploy the application - the application should now be visible for tablets, as well as with adequate permissions.

    -Download the application on Google game - no further action is necessary in the game of Google around form factors supported and the permissions of the device.

    Now the Android deployment process does not additional validation for the device permissions are actually necessary, therefore, to ensure that these are properly defined.

    I'll also cross post this on the blog of the ADF Mobile team.

    Thank you

    Joe Huang

  • Not deploying on OS 2.0.0.7971 Android app

    Well, I'm developing an application on Android runtime. I rather already have the app and have run it before and everything worked fine when I was using the Beta of the OS developer 2.0

    I recently updated my Playbook OS 2.0.0.7971 and now no applications are running when it is deployed on the Playbook.

    My Playbook is on: OS 2.0.0.7971
    Dev PC operating system: Windows 7 Professional 64 bit

    Yes the developer mode is on and I am connected via USB to the PC

    My Dev Environment
    I just re-did my Eclipse Indigo, installed latest version of the Android SDK and ADT and redownloaded the playbook for eclipse android plugin, it now is everything last.

    This is the detail of the problem:

    1. I connect the Playbook and start a project in Eclipse
    2. the application starts to deploy on the Playbook, an icon is added to the Playbook (sometimes android runtime is started)

    And then following error message appears:

    Impossible to deploy the speed indicator project
    Info: Send request: install
    Info: Action: install
    Info: File size: 50980
    Info: installation...
    Info: Treatment 50980 bytes
    News: Advance of 50%...
    News: Progress 100%...
    actual_dname::com.valueapps.
    utilities.speedometer.testELFL8wt1HxFgGnioTFq0Z4A
    actual_id::testELFL8wt1HxFgGnioTFq0Z4A
    actual_version::1.0.1.0
    result::failure-4

    Any of you can help me with this? At least tell me what is failure - 4 means so that I could fix the problem?
    I'll keep posted the updates guys.
    Thanks in advance.

    While I'm talking to myself, I have a solution here too. This can help someone out there.

    I borrowed a different playbook with OS 2.0 and everything worked fine on that. Therefore, my Playbook had some flaws.

    Only thing I could see was different on my PlayBook it has been updated since the beta version of the developer with many applications to test on it.

    I did a cleanup of on my own, up-to-date security operating system and now it works good.

    A solution of taking time, but it worked.

    Hope this helps someone.

  • Deployment on ADF Mobile (Android emulator) problem

    Nice day

    I use Jdeveloper 11.1.2.3.0

    I have a problem when deploying my app on the Android emulator. Here is the log:

    [13: 54:56] update Android profile dependencies with FAR profiles created from application projects...

    [13: 54:56]-deployment began.  ----

    [13: 54:56] the target platform's (Android).

    [13: 54:56] early deployment of ADF Mobile application 'FirstMobileApp' in Android using «TestProfile» profile

    [13: 54:56] check the State of the Android Debug Bridge server...

    [13: 54:56] Server Android Debug Bridge already running.

    [13:55] check a single Android emulator is online and connected to the ADB server...

    [13:55] early deployment of ADF Mobile application 'FirstMobileApp' in Android using «TestProfile» profile

    [13:55] analysis of the dependence running...

    [13:55] building...

    [13:55] deployment of 3 profiles...

    [13: 55:01] wrote the Archives Module to C:\JDeveloper\mywork\FirstMobileApp\ApplicationController\deploy\ApplicationController.jar

    [13: 55:01] wrote the Archives Module to C:\JDeveloper\mywork\FirstMobileApp\ViewController\deploy\ViewController.jar

    [13: 55:01] start preparing the package...

    [13: 55:07] check the Application Controller project exists...

    [13: 55:07] checking dependencies of applications...

    [13: 55:07] Validation of the application XML files...

    [13: 55:07] Validation of the XML files in the ApplicationController project...

    [13: 55:07] Validation of the XML files in the ViewController project...

    [13: 55:08] copy of FARs in the application of the Mobile ADF framework...

    [13: 55:08] far from the source of the copy: ViewController...

    [13: 55:08] copy by far the source: ApplicationController...

    [13: 55:08] copy of resource files java framework...

    [13: 55:24] copy of the common javascript files...

    [13: 55:38] deployment of counting files...

    [13: 55:38] copy of the application image files...

    [13: 55:38] copy of the ADF Mobile configuration files...

    [13: 55:38] .adf files...

    [13: 55:38] copy of file security related to the application of the Mobile ADF framework...

    [13: 55:38] Creation of preferences Android XML files...

    [13: 55:39] creating AndroidManifest.xml file...

    [13: 55:39] Creation of unsigned Android application file...

    [13: 55:50] compile the file of the Android resource identifier...

    [13: 55:52] create file classes.dex Android since the class files...

    [13: 55:54] run command line: ['C:\Users\Nasir Amin\AppData\Local\Android\sdk1\platform-tools\dx.bat»,--dex,--keep-classes,--output="C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\classes.dex', C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\classes, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\AND_ksoap.jar, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\Container.jar, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\IDMMobileSDK.jar] C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\logging_dalvik_release.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\phonegap.jar, C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\vmchannel_dalvik_release.jar]

    [13: 55:54] "" C:\Windows\system32\java.exe"" is not recognized as an internal or external, order

    [13: 55:54] operable program or batch file.

    [13: 55:54] command-line execution failed (return code: 1).

    [13: 55:54] run command line: 'C:\Users\Nasir Amin\AppData\Local\Android\sdk1\platform-tools\dx.bat»--dex--keep-classes--output="C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\classes.dex' C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\classes C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\AND_ksoap.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\Container.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\IDMMobileSDK.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\logging_dalvik_release.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\ framework\build\ jar\phonegap.jar C:\JDeveloper\mywork\FirstMobileApp\deploy\TestProfile\framework\build\jar\vmchannel_dalvik_release.jar

    [13: 55:54] undeployment.

    [13: 55:54] - incomplete deployment.

    [13: 55:54] deployment failed due to one or more errors returned by "C:\Users\Nasir Amin\AppData\Local\Android\sdk1\platform-tools\dx.bat".  What follows is a summary of the returned error:

    Command-line execution failed (return code: 1).

    You have Java 1.6 installed SDK? If Yes, can you specify the environment variable JAVA_HOME for this?

    See you soon

    AJ

  • ADF mobile application deployment: the Android Dalvik (.dex) file does not exist. (oracle.adfmf.framework.dt.deploy.android.deployers.ApkDeployer)

    Nice day

    I use Jdeveloper 11.1.2.3.0

    I'm getting following error when deploying my first app on the android emulator, please help me solve this problem. The exception log is the:

    [10: 50:12] update Android profile dependencies with FAR profiles created from application projects...

    [10: 50:12]-deployment began.  ----

    [10: 50:12] the target platform's (Android).

    [10: 50:12] early deployment of ADF Mobile 'FirstMobileApp' to Android application using the profile "ANDROID_MOBILE_NATIVE_archive2."

    [10: 50:12] check the State of the Android Debug Bridge server...

    [10: 50:17] Server Android Debug Bridge started.

    [10: 50:17] check a single Android emulator is online and connected to the ADB server...

    [10: 50:17] early deployment of ADF Mobile 'FirstMobileApp' to Android application using the profile "ANDROID_MOBILE_NATIVE_archive2."

    [10: 50:17] analysis of the dependence running...

    [10: 50:17] building...

    [10: 50:17] deployment of 3 profiles...

    [10: 50:17] wrote the Archives Module to C:\JDeveloper\mywork\FirstMobileApp\ApplicationController\deploy\ApplicationController.jar

    [10: 50:18] wrote the Archives Module to C:\JDeveloper\mywork\FirstMobileApp\ViewController\deploy\ViewController.jar

    [10: 50:18] start preparing the package...

    [10: 50:18] check the Application Controller project exists...

    [10: 50:18] checking dependencies of applications...

    [10: 50:18] Validation of the application XML files...

    [10: 50:18] Validation of the XML files in the ApplicationController project...

    [10: 50:18] Validation of the XML files in the ViewController project...

    [10: 50:18] copy of FARs in the application of the Mobile ADF framework...

    [10: 50:18] far from the source of the copy: ViewController...

    [10: 50:18] copy by far the source: ApplicationController...

    [10: 50:18] copy of model Android...

    [10: 50:48] copy of the framework resource files...

    [10: 50:48] copy of resource files java framework...

    [10: 50:57] copy of the common javascript files...

    [10: 51:02] deployment of counting files...

    [10: 51:02] copy of the application image files...

    [10: 51:02] copy of the ADF Mobile configuration files...

    [10: 51:02] .adf files...

    [10: 51:03] copy of file security related to the application of the Mobile ADF framework...

    [10: 51:03] Creation of preferences Android XML files...

    [10: 51:03] creating AndroidManifest.xml file...

    [10: 51:03] Creation of unsigned Android application file...

    [10: 51:31] compile the file of the Android resource identifier...

    [10: 51:33] create file classes.dex Android since the class files...

    [10: 51:33] update of Android application file not signed with content file and .adf DEX...

    [10: 51:33] Server Android Debug bridge closure...

    [10: 51:33] undeployment.

    [10: 51:33] - incomplete deployment.

    [10: 51:33] the Android Dalvik (.dex) file does not exist. (oracle.adfmf.framework.dt.deploy.android.deployers.ApkDeployer)

    Hello

    I found the answer to this error, it's like actually had reinstalled Studio Android, whereby a new directory has been created with the software, called SDK as sdk1. And in my tools-> preferences, path of the plate-shape and tools platform was given as the sdk (old directory). Now, I've updated the path in the new directory as sdk1 and it works fine.

    Best regards,

    Julien

  • "aapt file not found" Exception during deployment on the Android emulator

    Nice day

    I use Jdev 11.1.2.3.0.

    When I deploy my application on the Android emulator, I get this error, here is my log information:

    [16: 56:41] update Android profile dependencies with FAR profiles created from application projects...

    [16: 56:45]-deployment began.  ----

    [16: 56:45] the target platform's (Android).

    [16: 56:45] early deployment of ADF Mobile 'FirstMobileApp' to Android application using the profile "ANDROID_MOBILE_NATIVE_archive1."

    [16: 56:46] check the State of the Android Debug Bridge server...

    [16: 56:48] Server Android Debug Bridge already running.

    [16: 57:01] check a single Android emulator is online and connected to the ADB server...

    [16: 57:03] early deployment of ADF Mobile 'FirstMobileApp' to Android application using the profile "ANDROID_MOBILE_NATIVE_archive1."

    [16: 57:04] analysis of the dependence running...

    [16: 57:05] building...

    [16: 57:24] deployment of 3 profiles...

    [16: 58:06] wrote the Archives Module to C:\JDeveloper\mywork\FirstMobileApp\ApplicationController\deploy\ApplicationController.jar

    [16: 58:06] wrote the Archives Module to C:\JDeveloper\mywork\FirstMobileApp\ViewController\deploy\ViewController.jar

    [16: 58:06] start preparing the package...

    [16: 58:12] check the Application Controller project exists...

    [16: 58:12] checking dependencies of applications...

    [16: 58:12] Validation of the application XML files...

    [16: 58:13] Validation of the XML files in the ApplicationController project...

    [16: 58:13] Validation of the XML files in the ViewController project...

    [16: 58:15] copy of FARs in the application of the Mobile ADF framework...

    [16: 58:15] far from the source of the copy: ViewController...

    [16: 58:15] copy by far the source: ApplicationController...

    [16: 58:15] copy of resource files java framework...

    [16: 58:30] copy of the common javascript files...

    [16: 58:41] deployment of counting files...

    [16: 58:41] copy of the application image files...

    [16: 58:42] copy of the ADF Mobile configuration files...

    [16: 58:42] .adf files...

    [16: 58:42] copy of file security related to the application of the Mobile ADF framework...

    [16: 58:42] Creation of preferences Android XML files...

    [16: 58:42] creating AndroidManifest.xml file...

    [16: 58:42] Creation of unsigned Android application file...

    [16: 58:42] run command line: "C:\Users\Nasir Amin\AppData\Local\Android\sdk\platform-tools\aapt ' p - debug mode - f m-J"C:\JDeveloper\mywork\FirstMobileApp\deploy\ANDROID_MOBILE_NATIVE_archive1\src"- M"C:\JDeveloper\mywork\FirstMobileApp\deploy\ANDROID_MOBILE_NATIVE_archive1\AndroidManifest.xml"- min-sdk-version 9 - target-sdk-version 9 - version-code 1 - oracle.idm.mobile extra-packages - F 'C:\JDeveloper\mywork\FirstMobileApp\deploy\ANDROID_MOBILE_NATIVE_archive1\firstmobileapp.apk'-I 'C:\Users\Nasir Amin\AppData\Local\Android\sdk\platforms\android-21\android.jar's 'C:\JDeveloper\mywork\FirstMobileApp\deploy\ANDROID_ '. MOBILE_NATIVE_archive1\res""C:\JDeveloper\mywork\FirstMobileApp\deploy\ANDROID_MOBILE_NATIVE_archive1\java_res"

    [16: 58:42] undeployment.

    [16: 58:42] - incomplete deployment.

    [16: 58:42] cannot run the program "' C:\Users\Nasir Amin\AppData\Local\Android\sdk\platform-tools\aapt" ": CreateProcess = 2 error, the system cannot find the file specified

    [16: 58:42] CreateProcess error = 2, the system cannot find the file specified

    When I go to ' C:\Users\Nasir-Amin\AppData\Local\Android\sdk\platform-tools\ ' I am not able to find the aapt file.

    Please let me know the solution for this problem.

    Best regards,

    Julien

    Check out this https://blogs.oracle.com/onesizedoesntfitall/entry/adf_mobile_deploying_to_android

    Timo

  • Unable to locate messaging Google Cloud Android library file named "gcm.jar". (oracle.adfmf.framework.dt.deploy.android.deployers.ValidatePreferencesDeployer)

    Hi all

    While I do the deployment on the Android emulator is give the deployment failure message, someone help me on this you can...

    Untitled picture.png

    Thank you and best regards,

    Guru Auntie.

    That's the problem with the library of gcm.jar file missing in your android sdk.

    then, manually, download the gcm.jar file and keep it in the following location:

    .. \adt-bundle-Windows-x86_64-20140702\sdk\extras\google\gcm\gcm-client\dist

  • ADF deployment Mobile &amp; Android SDKit

    Hi people,

    There are quite a few days, I go through the mobile document from the ADF. After a big gap again, I gave a try to continue my learning in the 'ADF Mobile Bases' section.

    Where I found the oracle doc to start ADF Mobile with simple Oracle JDeveloper 11 g tutorials

    [11:25:53 AM] ----  Deployment started.  ----
    [11:25:53 AM] Target platform is  (Android).
    [11:25:53 AM] Beginning deployment of ADF Mobile application "Application2MobileApp" to Android using profile "Android2".
    [11:25:53 AM] Checking state of Android Debug Bridge server...
    [11:25:57 AM] Started Android Debug Bridge server.
    [11:25:57 AM] Verifying a single Android emulator is online and connected to the ADB server...
    [11:25:57 AM] Running dependency analysis...
    [11:25:57 AM] Building...
    [11:25:59 AM] Deploying 3 profiles...
    [11:25:59 AM] WARNING: No Resource Catalog enabled ADF components found to package
    [11:25:59 AM] Wrote Archive Module to C:\JDeveloper\mywork\Application2MobileApp\ViewController\deploy\ViewController_MobileFeatureArchive1.jar
    [11:26:00 AM] Wrote Archive Module to C:\JDeveloper\mywork\Application2MobileApp\ApplicationController\deploy\ApplicationController_MobileFeatureArchive1.jar
    [11:26:00 AM] Starting to prepare the packaging...
    [11:26:00 AM] Verifying existence of the .adf source directory of the ADF Mobile application...
    [11:26:00 AM] Verifying Application Controller project exists...
    [11:26:00 AM] Verifying application dependencies...
    [11:26:00 AM] Verifying project dependencies...
    [11:26:00 AM] Validating application XML files...
    [11:26:00 AM] Validating XML files in project ApplicationController...
    [11:26:00 AM] Validating XML files in project ViewController...
    [11:26:00 AM] Copying FARs to the ADF Mobile Framework application...
    [11:26:00 AM] Extracting Feature Archive file, "ApplicationController_MobileFeatureArchive1.jar" to deployment folder, "ApplicationController".
    [11:26:00 AM] Extracting Feature Archive file, "ViewController_MobileFeatureArchive1.jar" to deployment folder, "ViewController_MobileFeatureArchive1".
    [11:26:00 AM] Copying Android template...
    [11:26:37 AM] Copying framework resource files...
    [11:26:37 AM] Copying framework java resource files...
    [11:26:41 AM] Copying common javascript files...
    [11:27:16 AM] Deploying skinning files...
    [11:27:20 AM] Copying application image files...
    [11:27:20 AM] Copying ADF Mobile configuration files...
    [11:27:20 AM] Copying .adf files...
    [11:27:20 AM] Copying security related files to the ADF Mobile Framework application...
    [11:27:20 AM] Creating Android preferences XML files...
    [11:27:21 AM] Creating AndroidManifest.xml file...
    [11:27:21 AM] Creating Google Cloud Messaging intent service file GCMIntentService.java...
    [11:27:21 AM] Creating unsigned Android application file...
    [11:27:50 AM] Compiling Android Resource Identifier file...
    [11:27:52 AM] Creating Android classes.dex file from class files...
    [11:28:03 AM] Updating unsigned Android application file with DEX file and .adf content...
    [11:28:12 AM] Creating debug key store...
    [11:28:14 AM] Signing application...
    [11:28:24 AM] Deploying ADF Mobile Framework application to Android emulator (this may take a few minutes)...
    [11:34:30 AM] ADF Mobile Framework application successfully deployed to Android emulator.
    [11:34:30 AM] Shutting down Android Debug Bridge server...
    [11:34:30 AM] ****************************************************************************************
    [11:34:30 AM] This ADF Mobile app was deployed in Debug mode and should not
    [11:34:30 AM] be used for performance evaluation purposes.
    [11:34:30 AM] Set the deployment profile Build Mode option to Release for performance testing.
    [11:34:30 AM] ****************************************************************************************
    [11:34:30 AM] Elapsed time for deployment:  8 minutes, 37 seconds
    [11:34:30 AM] ----  Deployment finished.  ----
    
    
    
    
    

    After deployment, I noticed that this simple Application hardly take 10 minutes for me to deploy and document also produce the same.

    SDkit Android is seems to slow down to see my deployed App

    Is it possible to improve performance, as these things. ?

    See the line from 46 to 48 log says: "something harmful.

    I followed the document as suggested I did int Exchange anything. document that also has the same.

    From my understanding, I have to change the mode while deploying. I also cross check that there is no mode option when creating the deployment profile

    Please someone tell me. What is going on.

    Jdev 11.1.2.4.0

    Anderoid SDK Manager. 22.2.1 review

    Thank you.

    Subramanian,

    As already mentioned in post using mode of publication, not only didn't it reduces deployment time in minutes (from 10 minutes you specified), but also to reduce the size of archive to a third party.

    See more details about the release mode alongwith configuration configure the keystore-

    https://blogs.Oracle.com/Shay/entry/speed_up_adf_mobile_deployment

  • Deployment where to deploy on the Android emulator error

    Hi all

    I encounter a problem when you try to deploy the Mobile application of the ADF in the Android emulator.
    I followed the tutorial steps in this link. [Tutorial Mobile ADF | http://docs.oracle.com/cd/E18941_01/tutorials/BuildingMobileApps/ADFMobileTutorial_1.html]
    Can someone please help give advice on this subject?

    FYI, I use JDeveloper Studio 11.1.2.3.0 and Android 4.2 (API, 17).



    [12: 31:39] run command line: ["C:\Android\adt-bundle-windows-x86_64\sdk\platform-tools\dx.bat", dex, debug, Dungeon-classes, output = 'Tutorial Mobile C:\JDeveloper\mywork\ADF 1\deploy\ANDROID_MOBILE_NATIVE_Debug\classes.dex', 1\deploy\ANDROID_MOBILE_NATIVE_Debug\classes Mobile C:\JDeveloper\mywork\ADF Mobile C:\JDeveloper\mywork\ADF 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\AND_ksoap.jar 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\Container.jar C:\JDeveloper\mywork\ADF Mobile C:\JDeveloper\mywork\ADF tutorial tutorial Tutorial] Mobile 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\IDMMobileSDK.jar tutorial, C:\JDeveloper\mywork\ADF Mobile 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\logging_dalvik_release.jar tutorial, C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\phonegap.jar C:\JDeveloper\mywork\ADF Mobile 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\vmchannel_dalvik_release.jar tutorial]
    [12: 31:39] output extension unknown: C:\JDeveloper\mywork\ADF
    [12: 31:39] use:
    [12: 31:39] dx - dex [-debug] [-verbose] [-posts = < style >] [-no - locals]
    [12: 31:39] [--no - optimize] [-statistics] [-[no] optimize-list = < file >] [- no - strict]
    [12: 31:39] [-keep-classes] [-output = < file >] [- dump - to = < file >] [-dump-width = < n >]
    [12: 31:39] [-dump-method = < name > [*]] [-verbose-dump] [- none - files] [-core-library]
    [12: 31:39] [-num-threads = < n >] [-extra] [-force-jumbo]
    [12: 31:39] [< file > .class | < file >.] {zip, jar, apk} | < Directory >]...
    [12: 31:39] convert a set of classfiles in a dex file, possibly integrated into one
    [12: 31:39] jar/zip code. Release name must end with one of: .dex .apk .zip .jar. Positions
    [12: 31:39] options: none, important, lines.
    [12: 31:39] dx annotool annotation = < class > [-= element < element types >]
    [12: 31:39] [-print = < printing >]
    [12: 31:39] dx - dump [-debug] [-strict] [-bytes] [-optimize]
    [12: 31:39] [-basic-blocks:-rop-blocks |-ssa-blocks |-dot] [-ssa-step = < step >]
    [12: 31:39] [-width = < n >] [< file > .class | < file > .txt]...
    [12: 31:39] bucket tilting classfiles, or transformations, in a human type format.
    [12: 31:39] dx - find-uses < file.dex > < statement type > < member >
    [12: 31:39] find the references and declarations of a field or a method.
    [12: 31:39] declaration type: a class name in the internal form, as Ljava/lang/object;
    [12: 31:39] member: a field name or a method such as the hash code
    [12: 31:39] dx-J < option >... < arguments, in one of the above forms >
    [12: 31:39] pass specific options to the virtual machine to the virtual machine that is running dx.
    [12: 31:39] dx - version
    [12: 31:39] print the version of this tool (1.7).
    [12: 31:39] dx - help
    [12: 31:39] print this message.
    [12: 31:39] command-line execution failed (return code: 1).
    [12: 31:39] run command line: 'C:\Android\adt-bundle-windows-x86_64\sdk\platform-tools\dx.bat' dex debug output Dungeon-classes = 'Tutorial Mobile C:\JDeveloper\mywork\ADF 1\deploy\ANDROID_MOBILE_NATIVE_Debug\classes.dex' C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\classes C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\AND_ksoap.jar C:\JDeveloper\mywork\ADF Mobile Tutorial 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\Container.jar C:\JDeveloper\mywork\ADF Mobile tutorial 1\deploy\ ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\IDMMobileSDK.jar C:\JDeveloper\mywork\ADF 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\logging_dalvik_release.jar Mobile C:\JDeveloper\mywork\ADF Mobile 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\phonegap.jar C:\JDeveloper\mywork\ADF Mobile 1\deploy\ANDROID_MOBILE_NATIVE_Debug\framework\build\jar\vmchannel_dalvik_release.jar tutorial Tutorial tutorial
    [12: 31:39] Server Android Debug bridge closure...
    * [12: 31:39] deployment cancelled.*
    * [12: 31:39] - incomplete deployment. *
    * [12: 31:39] deployment failed due to one or more errors returned by "C:\Android\adt-bundle-windows-x86_64\sdk\platform-tools\dx.bat". What follows is a summary of the error returned (s) :*
    Command-line execution failed (return code: 1).

    Looks like you have spaces in the path where you created your Mobile ADF workspace:

    C:\JDeveloper\mywork\ADF Mobile Tutorial 1

    I suggest that is to run the command turned off. Close JDev, remove spaces, reopen JDev then the workspace. Try again.

    DMI

  • Getting error while deploying ADF Mobile App in the android emulator

    Hi all
    I'm getting following error when the mobile deployment app in the android... emulator I went through google search and I did all the steps as follows...


    1 keytool - genkey - v - keystore debug.keystore - alias androiddebugkey - keyalg RSA - keysize 2048 - validity 10000

    I gave the password, last name, organization, State and country
    2 jarsigner - sigalg MD5withRSA - digestalg SHA1-verbose - keystore /Users/Admin/.android/debug.keystore C:\JDeveloper\mywork\GeneralMobileApp\deploy\ANDROID_MOBILE_NATIVE_archive1/generalmobileapp.apk
    3 / e - platform-tools/adb install - r C:\JDeveloper\mywork\GeneralMobileApp\deploy\ANDROID_MOBILE_NATIVE_archive1/generalmobileapp.apk

    After the above step... I got the SUCCESS message (while performing the steps above in the command prompt).

    Even after this... I get the same error while deploying my application using jdeveloper in the android emulator...


    ERROR:

    [09: 40:02] failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
    [09: 40:02]
    [09: 40:02] command-line execution failed (return code: 0)
    [09: 40:02] run command line: 'E:\android\adt-bundle-windows-x86_64\sdk\platform-tools\adb' EI setup - r "C:\JDeveloper\mywork\GeneralMobileApp\deploy\ANDROID_MOBILE_NATIVE_archive1\generalmobileapp.apk".
    [09: 40:02] undeployment.
    [09: 40:02] - incomplete deployment.
    [09: 40:02] deployment failed due to one or more errors returned by "E:\android\adt-bundle-windows-x86_64\sdk\platform-tools\adb". What follows is a summary of the returned error:
    Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]


    Kind regards
    Nani

    Published by: 962874 on January 12, 2013 06:46

    The emulator can run out of space for applications - so if you have other applications that are deployed to the emulator remove them and then try again.
    Other options here:
    http://StackOverflow.com/questions/2239330/how-to-increase-storage-for-Android-emulator-install-failed-insufficient-Stora

  • &lt; CLOSED &gt; Android 5.1 deployment

    Hello

    We bike G2 users are currently under Android 5.0.2. Google has realeased a another version of Android Lolipop i.e. Android 5.1.This fixes all the major bugs in android 5.0.2 & also made more improvements. We look forward for android update 5.1 in our motorcycle devices

    . Some users are letting go their phone warranty & they are rooting their phones and installing os Cynogen Mod 12.1.

    We look forward to the update. Motorola does not also provide some information about the update. They also do not provide the news are that they will do the update or not.

    If motorola is working on android 5.1 What are the new features, in that we will get or g2 bike?

    Please bring the 5.1 update as soon as possible.

    Thank you

    We already have a thread discussing 5.1 - Please do not start new threads when an existing one is available:

    https://forums.Motorola.com/posts/684dda3d86

    Fence wire.

  • I can't deploy the device app on Android 4.2.2 example

    I have a problem with MAF 2.1.1. I use Eclipse + on MAC OS X 10.10 EPCO. With iOS Simulator 8.3 everything works fine, but on my physical device Android (Samsung gt-i8200N, Android 4.2.2 JB) I can't even install the app Error message is: INSTALL_FAILED_OLDER_SDK. The application on Android 5.0.1 Simulator works very well.

    It's my build for Android configuration:

    Przechwytywanie.PNG

    When I go on Advanced Options of level Minimum of API SDK is locked on 19. This means, that the most recent MAF I can't run on API < 19 devices?

    Yes, the document is correct. I was wrong.

    The good minimum API level for 2.1.1 should be 15. This is a bug.

    With the workaround, you can manually change the file oepe_pom.xml change in from 19 to 15. The file is located in your EPCO under plugins/oracle.eclipse.tools.maf.rt.v/vRELEASE distribution / directory. You do not need to restart EPCO, he must pick up change when opening next time your launch configuration.

    I hope this helps. We'll fix this in point 2.1.2 release.

    -Alex.

  • How can I include audio in Dreamweaver pages deployed like a via PhoneGap Android app?

    I tried to enter an app Android using PhoneGap Build quite simple pages Dw (CC2015). Almost all other aspects (text, images) works perfectly. The audio control works well within a browser (Chrome) and it appears in the application, but does not respond when activated. The tag I use goes like this:

    < audio controls >

    < source src = "" Audio /file name.mp3 "type =" audio/mp3"> < / source > < / audio >"

    I have also tried including this plugin in the config.xml file that is downloaded to PhoneGap Build, but frankly I am new at this and don't know how it should be incorporated in my html files, or if it's still the right approach.

    < gap: plugin name = "org.apache.cordova.media" / > "

    Any advice will be greatly appreciated.

    Peter

    I have fear of mobile devices to read audio data in apps is not as simple as do for web pages.

    Audio | Android Open Source Project

    http://StackOverflow.com/questions/7291731/how-to-play-audio-file-in-Android

    Nancy O.

Maybe you are looking for