Reputation: 563
I am trying to deploy an Android app with IBM Worklight but it always ends at "Application 'xxx' deployed successfully with environment 'android'" where 'xxx' is my app's name. Nothing further happens. Not even a error message appears.
I have verified that i am able to run an app on an Android device thru Android Studio if i setup a project from there.
Here are the specifications of the equipment i am using. I am running IBM Worklight 6.1.0.01 on Eclipse Juno in a Windows 7 Environment. I have also installed Android Studio (Preview) 0.5.8. The device i am using to deploy the app is a Samsung GT-N7105 running Android 4.3.
Are there further settings that i need to do ?
Upvotes: 0
Views: 349
Reputation: 44516
You must mean that you are trying to run your Worklight app on your Android device using Worklight Studio, in which case you are mistaken.
Worklight Studio does not "deploy" the app onto the device.
That is the job of the Google ADT plug-in.
These are steps you need to follow:
Right-click on the generated Android project and select Run As > Android application
The step you are missing is step 5.
You can choose to either open the generated project in Android Studio (if you have it installed) or to invoke ADT which generates a debug-mode .apk and installs it onto your device.
Step 5 as mentioned above is not part of Worklight Studio.
Please review the IBM Worklight Getting Started training material. Specifically for this question, Previewing your application on Android.
Upvotes: 1