Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Java emulator for android

  1. #1
    Junior Member
    Join Date
    Dec 2017
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Java emulator for android

    Hello
    Im write program in java and like know which java emulator its best for android OS? I'm locking in google play and find many programms. Which its bether? I like run other java program too and not just mine.

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Java emulator for android

    I use Oracle's VirtualBox to run Android VMs for testing. The response is better than the emulator that comes with Android Studio.
    The problem is finding current VMs to load into VirtualBox. Another program that I've used is GenyMotion but it's VMs aren't as responsive.
    I have an older laptop with 8G of memory, 3.5GHz cpu and Win10
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Dec 2017
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java emulator for android

    I like know how can run java programs writen with Neatbans in windows under android. Which java emulator under Android get me change for run my programs under Android?

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Java emulator for android

    I use the Oracle VirtualBox program to run Android VMs for testing Android apps on my Win10 PC.

    I'm not sure what you are asking.

    I have tried the GenyMotion program to run Android VMs but it is not as responsive.

    I don't know anything about Netbeans. I use Eclipse for Android app creation and maintenance.
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Junior Member
    Join Date
    Dec 2017
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Java emulator for android

    My computer can run only andy android emulator. How can build adroid aplikacion without support for android emulators?

  6. #6
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Java emulator for android

    My computer can run only andy android emulator.
    Sorry I do not know anything about "andy android emulator".

    If you don't have an emulator, you could use a real android device for testing. The adb command would allow you to download the logcat from the device to be able to see if there are any errors and to read any of the debug print outs.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Looking for free android emulator
    By aussiemcgr in forum Android Development
    Replies: 4
    Last Post: September 6th, 2014, 11:23 AM
  2. Question Regarding Android Emulator
    By kalaicse30@gmail.com in forum Android Development
    Replies: 3
    Last Post: December 5th, 2013, 06:47 AM
  3. Replies: 3
    Last Post: June 5th, 2013, 02:46 PM
  4. Android emulator problem
    By dougie1809 in forum Java ME (Mobile Edition)
    Replies: 1
    Last Post: March 14th, 2013, 09:50 PM
  5. Replies: 3
    Last Post: January 5th, 2012, 01:44 AM