[Q] Has anyone an alternative to eclipse emulator - Other Tools & General Discussion

Hi,
I'm developping androïde app ans i have many difficulties whene testing my apps due to my computer config, is there an alternative way to test my work with more easy,
Thinks for help

Setup HAXM or use Genymotion.

http://www.jetbrains.com/idea/features/android.html

Related

[Q] [PC] Recovery

Hi all,
lately I installed youwave on my pc and experienced that one can really use whatsapp to chat with other users which have an actual android/iOS/windows/etc device. Next I tried to install android to my pc using VirtualBox, but when I installed whatsapp I got a message "unable to identify your device" which is understandable. But then I started to wonder, how could youwave get the job done where VB did not? After trying to install some other versions of android to my pc I figured that you couldn't install your own apps but only the ones which were in the preset app market. For example there was no OI Filemanagement which is there in the real app market. The best thing about youwave was that one version of whatsapp didn't work, but then I downloaded the newest version from whatsapp.com and it worked fine. I realised and tested that this would not work in my VB version of android.
I'm not a real hero with porting and virtual stuff, but now I'm trying to understand how youwave works in this. And my question for you here is, is it possible to achieve what youwave does myself with VirtualBox? If yes, how would I do that?
When I think about it I think you must achieve some of the following:
- Make VB think your pc is a HTC Sensation (in my case);
- Install the clockworkmod and rom manager to your virtual Sensation.
- Make a backup of your real phone in recovery mode and use this backup to recover your virtual one.
- Then someway, share your PC's network with your phone by making it think it has a wireless network in range?
- Install the newest whatsapp (which worked in youwave)
You'll probably think why the heck doesn't he JUST use youwave. There are several reasons, the most important one is I do not have a creditcard and do not even want to spent a lot of money just to whatsapp on my pc for fun. Besides I want to understand the proces of porting android to your pc and using it like it was a real phone, like with the google addon etc. And I don't like the UI of youwave.
So, if anyone knows if any of this is possible, I would appreciate your help. I think I saw someone somewhere talking about porting a backup of his phone to his PC but I can't remember where. I'm not asking you to come over to me and install everything for me but I just like an explanation where to start and what my possibilities are.
Anyway thanks for your attention.

[Q] Unfortunately app has been stopped

Hi to every one. i am a newbee and want to develop some comprehensive apps. i got some problem here while developing a testing app. everything is fine. i got no errors in code. but when ever i tried to run the project on emulator or to the real device. i suddenly got an error saying " Unfortunately app has been stopped". what does that mean. i am using eclipse and setting environment properly. working on API level 19 which is by default downloaded with the eclipse package in latest versions. and not any else API has been downloaded by me.
WHAT I Suppose to do right now. want some realtime and reliable solution to this problem.
Com'on devs .. answer please..

[Q] Any chance to run a JAVA computer application on my KitKat Rooted Tablet?

Hello guys.
I have big problem with my internet connection, (many disconnections).
I would like to monitor my internet connection for some days to have a better view of the problem.
But I don't want to have my PC continuously open 24/24...!!!
So I think that may I can run a java app that I found in my Android Tablet with a help of a Java Emulator.
The Application I want to run is Internet Connectivity Monitor
What's the best option to make it work?
With what Emulator? (I have KitKat 4.4.2 and it's Rooted)

Android Bluetooth Mirroring

Hi All,
Trying to find an app that supports mirroring an Android display to a Windows PC; to no avail.
Does anyone know if this is actually possible? Given the lack of apps that support this, I'm starting to think not.
Unfortunately the devices were trying to achieve this on, do not support rooting (Tosh Excite Pro AT10-LE), so any apps that require this unfortunately are not viable...
Many Thanks in advance,
Rowan
You can use airdroid app both on pc amd android.
They are more than what you wanted.
Peace

AVD vs real device?

Hey guys, first of all, sorry if I post on the wrong section.
I have aquestion for devs. I'm a student developer and I'm learning to develop for Android. Do you guys think I'd necessarily need an Android device or the Android emulator would be enough(maybe for one year or more). I also like w10 mobile and I don't know what to do.
Thanks!!!!!!
Also another question, I'm a really beginner dev, but I'd like to get involved in community development, hacking etc, what do you guys recommend to me? Where should a beginner like me start from?
I am always running the apps on a real device if I can. This is definetly needed if the app uses for example something like networking because these functions will not be available on an emulator. The main reason however for using a real device is that it runs a lot smoother. The emulator can take a long time to boot up and it can be really laggy when running the app. Also when you are holding the phone on your hand you get to see how the app really looks and feels.
Emulator is ok though if there is nothing else available.
VilleI said:
I am always running the apps on a real device if I can. This is definetly needed if the app uses for example something like networking because these functions will not be available on an emulator. The main reason however for using a real device is that it runs a lot smoother. The emulator can take a long time to boot up and it can be really laggy when running the app. Also when you are holding the phone on your hand you get to see how the app really looks and feels.
Emulator is ok though if there is nothing else available.
Click to expand...
Click to collapse
Thanks for your reply. Well... the emulator is not really slow on latest versions of android studio... but it does start pretty slow. I'll finally use a real device.
On ADV, how can you test GPS, other sensors?
Do you guys think I'd necessarily need an Android device or the Android emulator would be enough(maybe for one year or more)
Click to expand...
Click to collapse
You can use Android Studio emulator and it will work in most cases. Couple recommendations:
1. Select Android version with Google APIs when creating device
2. Install Intel HAXM (you can find it in SDK manager also) - this will really speed up your emulator including loading time
3. Android Studio 2.0 will be released soon and looks like they will improve emulator performance and functionality there.
Of course you may face something wich is not currently works on emulator but you will face this on a real devices too - some features may work different on devices from different manufacturers. But the chance with facing this kind of troubles is very low when you work on common stuff. Also you can take a look to the 3rd party emulators, like Genymotion.
Anyway I prefer to use real device when developing because I can "feel" it
Where should a beginner like me start from?
Click to expand...
Click to collapse
Start with creating some app which will work with some Rest services, display some sort of lists, images, use database to store data. Just think about creating something useful and interesting for you.
---------- Post added at 04:54 PM ---------- Previous post was at 04:50 PM ----------
Cuong Phan said:
On ADV, how can you test GPS, other sensors?
Click to expand...
Click to collapse
You can test GPS using different apps which mocks your location (you can download apk from play store and install it on emulator) or using the terminal:
1. Connect to emulator with "telnet localhost 5554" command. Maybe you will need to change "5554" with another digits - just look at emulator's window title
2. Set location with "geo fix 12.345 67.89" command
What other sensors you need to test?
Used android emulators a lot, but mostly to test different unusual screen resolutions/dpi combinations.
They're ok speedwise, but you'll never get real feel of your app on AVD. And please, don't release anything, that just been tested only on AVD.
Also AVDs are quite good for recording videos of your app UI using screengrabbers on desktop (SSR - Simple Screen recorder is the best for me so far)
As for beginner's project - try to implement little game. I've started with simple rotating cube example from "Hello Android" book , and this little project ended with game with 3M downloads on play store
Android emulator will work when you begin a project.
If you need more tests or make a formal public apk, you can use real devices.
Best way is use both if you have device - use device. Another android versions, resolutions, sizes etc. test on the emulator.
If standard emulator is too slow, you can use genymotion.

Categories

Resources