Discussions
Categories
- 385.5K All Categories
- 5.1K Data
- 2.5K Big Data Appliance
- 2.5K Data Science
- 453.4K Databases
- 223.2K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 47 Multilingual Engine
- 606 MySQL Community Space
- 486 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.2K ORDS, SODA & JSON in the Database
- 585 SQLcl
- 4K SQL Developer Data Modeler
- 188K SQL & PL/SQL
- 21.5K SQL Developer
- 46 Data Integration
- 46 GoldenGate
- 298.4K Development
- 4 Application Development
- 20 Developer Projects
- 166 Programming Languages
- 295K Development Tools
- 150 DevOps
- 3.1K QA/Testing
- 646.7K Java
- 37 Java Learning Subscription
- 37.1K Database Connectivity
- 201 Java Community Process
- 108 Java 25
- 22.2K Java APIs
- 138.3K Java Development Tools
- 165.4K Java EE (Java Enterprise Edition)
- 22 Java Essentials
- 176 Java 8 Questions
- 86K Java Programming
- 82 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 208 Java User Groups
- 25 JavaScript - Nashorn
- Programs
- 667 LiveLabs
- 41 Workshops
- 10.3K Software
- 6.7K Berkeley DB Family
- 3.6K JHeadstart
- 6K Other Languages
- 2.3K Chinese
- 207 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 474 Portuguese
Cannot run the application because deployment did not complete successfully.

Hello house,
Please i just installed MAF in JDeveloper. i am so enthusiastics to start using this plartform for my mobile application as i believ its better than Android studio.
however for days now i have been finding it hard to set up, but by the help i had from the community i have gone far a little.
these are the recent problems i have :
1, i have installed an JDK 1.8 and have specified my PATH in my Variabkes etc, but i am very confused if jdk does the same work as the SDK that i was usign in Android studio
2, i have bee asked to specify my SDK path in the reference in jdeveloper MAF i specified the part for my JDK which is supposed to be this ( C:\Program Files\Java\jdk1.8.0_121 ) . the in the amdroid build tool location i put this (C:\Program Files\Java\jdk1.8.0_121\lib) believing that the tools.jar is what is being targeted in the folder.
each time i click ok this shows up "UNABLE TO LOCATE ANDROID SDK IN THE SPECIFIED LOCATION C:\Program Files\Java\jdk1.8.0_121. SETTING THIS VALUE INCORRECTLY MAY CAUSE DEPLOYMENT TO FAIL. DO YOU WANT TO USE THE SPECIFIED ANDROID SDK LOCATION ANYWAY?
if i click yes it will still not change the android build tool location .
PLEASE NOTE THE I DID NOT INSTATLL ANDROID-SDK INSTEAD I INSTALLED JDK.1.8..I COULD NOT FIND ANY STAND ALONE SDK AGAIN EVEN IN ANDROID WEBSITE IT NOT COMES WITH THE ANDROID STUDIO I THINK
3, whenever i rum or debug the application this is what happens..
[10:27:24 PM] Validating run configuration...
[10:27:24 PM] Deploying application...
[10:27:25 PM] ---- Deployment started. ----
[10:27:25 PM] Target platform is (Android).
[10:27:25 PM] Beginning deployment of MAF applicatiMy APP" to Android emulator using profile "Android1".
[10:27:25 PM] Capturing initial state of MAF application source files in application scope for future just-in-time "Clean All" analysis.
[10:27:25 PM] Unable to determine if application-wide files have changed since a previous deployment. This will require a just-in-time "Clean All" on MAF application build and deployment content to ensure a good deployment.
[10:27:25 PM] Deployment cancelled.
[10:27:25 PM] ---- Deployment incomplete ----.
[10:27:25 PM] An error occurred when determining if the application configuration changed sufficiently to require a just-in-time "Clean All" on the build and deployment content of MAF application Medroid. Encountered exception: Failed to get data to populate file config.json..
[10:27:25 PM] Failed to get data to populate file config.json.
[10:27:25 PM] C:\Program Files\Android\adt-bundle-windows-x86_64\sdk\build-tools\Android-4.4\source.properties (The system cannot find the path specified)
[10:27:25 PM] Cannot run the application because deployment did not complete successfully.
4, i domt kmow how to startup the emulartor bcos inhave always deployed to my device when i used android studio
thanks pls i need t start work ...thanks a lot
Answers
-
What is the MAF version? For MAF 2.4
Mobile Platform Mobile SDK Version Native Development Tools Version Android Android 6.0 (API 23) Minimum versions: Android SDK Tools 23, Platform-tools 21, Build-tools 24 For MAF 2.3.2.
Mobile Platform Mobile SDK Version Native Development Tools Version Android Android 5.0 (API 21) Android SDK Tools 23.x. Platform-tools 21. Build-tools minimum 19. -
Hi,
Andoid SDK location should point to the sdk location of Android (this will be gets downloaded along with android studio). you can manage the different build versions and emulator using android studio.
Once you start the andoird emulator via android studio or directly by running the sdkmanager batch program, You can now deploy the jdeveloper maf application to emulator
Note: please make sure if your android deploy profile is in debug mode then the emulator should be enabled USB debugging.
Hope this helps....