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 3 of 3

Thread: Testing JavaScript on an Android device.

  1. #1
    Junior Member
    Join Date
    Aug 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Testing JavaScript on an Android device.

    Hi,

    I'm pretty sure I'm in the wrong forum, cause JavaScript and Java are not the same. I'm thinking I need to learn JavaScript. Maybe Java.

    I'm doing the JavaScript tutorials on Learn to code | Codecademy

    When I run the code...

    console.log("text");

    It runs o.k. on the website, prints text to the screen. But when I try to run this on my Android device using an app called (JavaScript Development), I get an error message...

    Error: Line 1: ReferenceError: Can't find variable: console.

    Sorry for the NooB question in the wrong forum and all... Anyhone know a good JavaScript forum?

    Thanks,

    Madrone


  2. #2
    Member
    Join Date
    Jul 2012
    Posts
    90
    Thanks
    1
    Thanked 2 Times in 2 Posts

    Default Re: Testing JavaScript on an Android device.

    There is a thread ANDROID DEVELOPMENT in the forum

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Testing JavaScript on an Android device.

    Thread moved from What's wrong with my code

Similar Threads

  1. Replies: 2
    Last Post: September 11th, 2012, 04:10 PM
  2. Java automated testing tools for Unit testing
    By rameezraja in forum Member Introductions
    Replies: 2
    Last Post: April 14th, 2012, 08:51 AM
  3. How to copy J2ME application to a mobile device
    By vishal21 in forum Java ME (Mobile Edition)
    Replies: 2
    Last Post: January 21st, 2012, 05:52 PM
  4. make USB Connection with a finger print device
    By Sunil Raghuvanshi in forum Java Theory & Questions
    Replies: 0
    Last Post: January 15th, 2011, 03:24 AM
  5. Java ME / Netbeans : Device Name
    By Drakenmul in forum Java ME (Mobile Edition)
    Replies: 0
    Last Post: July 27th, 2009, 02:37 PM