I am developing a mobile application using PhoneGap 2.9 and Eclipse Juno for Android. I run with no problems my application in my mobile phone but when I connect another mobile phone or Android tablet, Eclipse doesn't recognize them as devices so, I can't run my application.
I checked that those devices have not the minimum API level that is required and that the development tools and USB debugging are enabled in all of them.
I don't know if this has something to do with my problem, but the only device that runs the application and being recognized, is the one that I connected with Eclipse from the very first time.
This is the specific tutorial that I used in order to solve my problem. Except from that tutorial, i used this tutorial to download and manually install the USB Driver needed. Also with this tutorial, I installed the driver in my hardware device (Android Phone). I haven't test it with Android tablets but it works fine with other mobile phones than mine.
Related
I'm developing an Adroid application (v.14) with Eclipse and I want to deploy it on Panasonic FZ-A1 toughpad. When I try to deploy the app Eclipse shows me the active devices list, but the tablet didn't appear in it. I setted true the Debug USB option on toughpad, but nothing goes right. Is there any step that I have undone, or I actually ignore (for example installing drivers for Windows 8.1)? Consider that Windows 8.1 is able to synchronize with tablet.
There are many tutorials how to build an application with Qt for Android.
So I do it in these steps:
Installed Android SDK, NDK, JDK and Apache Ant
Installed Qt 5.2 for Android
Created simple QML application.
Configured virtual device from AVD Manager
I tried to run it and it bringed up Emulator window with my app. OK, it is going as expected.
Now I want to run it on real device. I have Samsung Galaxy Tab 2 10.1 P5100 so I enabled USB debug and connected it to PC.
But when I run the application, in "Select Android device" window I see only emulator, not real device.
So how can I run the application on real device?
The easiest way is to follow the documentation
http://doc-snapshot.qt-project.org/qtcreator-2.8/creator-deploying-android.html
Using Ministro to manage having apk to deploy on real device is especialy a good point.
Hope it helps.
I build an app using these instructions: http://developer.coronalabs.com/content/build-android-devices-windows. When I connect my device with USB cable and transfer the .APK file. And when I try to install the app, I get an error message which simple says that the app has not been installed or something like that. The app(game) is working fine in the Corona Simulator but not in the real device.
This is the app - https://www.dropbox.com/s/j6jft1y81klh8gz/BlackJack.apk
(but actually I'm getting this error in my device whatever app I trying to install).
And I'm using Samsung Galaxy Y GT-S5360, android 2.3.5 (Gingerbread).
Thank you for any help.
The problems come's from the processor of the phone it uses ARMv6 processor which does not support by the new SDK Build of Corona
see this link it has the same problem as yours http://forums.coronalabs.com/topic/21994-resolved-armv6-support/
Since you mentioned that you receive the error no matter what app you are trying to install, make sure that you have enabled Unknown sources on your device in order to be able to install APK files directly. This location of this setting is usually found in the Security setting.
I am having trouble debugging my android app on my phone. My Phone is an LG Optimus G running on android version 4.0.4. Everywhere says to update the driver, but when I do that, my computer doesn't recognize it. I have android ADT installed with SDK versions 4.2, 4.0.3, 2.3.3, and 2.2. I think it might be the fact that my phone is a 4.0.4 and not 4.0.3. And I have USB debugging enabled on my phone. The emulator is just to choppy and laggy to debug on. And one more thing, I have tried debugging already and it has not found the device, although i can find all of the files and pictures on File Explorer. Please help.
If you are on Windows I suggest you try downloading PdaNet http://pdanet.co/, this app is used to share Internet from your android phone to your PC, BUT ALSO helps you install the correct drivers for your Android.
I've found that using this program is the most simple way to get most Android phones working on Windows, plus if you don't want the software you can just uninstall it and the drivers will be kept.
Now I am developing one android application. I am running my code in emulateor. Can anyone help me How to debug my own android application in android tablet(Matrix One) instead of android emulator (i.e) steps to configure my android tablet(Matrix One) with eclipse?
Thanks,
Manoj.
Enable USB Debugging from your settings (and mock locations if you need them)
Plug the device into the computer via USB
Use eclipse to run the app on the device
You're done
This part of the documentation has more details on doing this, like installing drivers, configuring UDev etc.
You might need a additional driver. You should be able to download it via the sdk.
Once the driver installed, just plug in your device after turning on the debug modus on the tablet under Application-Development. Your device should appear in the device view in eclipse. The Application should automatically be launched on the real device once plugged in.