Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.

Android App Development, Noob Question?

  • 06-12-2010 11:50PM
    #1
    Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242
    Mod ✭✭✭✭


    Thanks to one lecturers awkward teaching methods, I despise the Eclipse development environment with great intensity. So I now prefer to stick with JCreator despite any drawbacks.

    I would like to get into Android app development, have said prefered IDE and Android SDK management environment. I've added relavent jar files to the development environment and I'm wondering is there anything else I need to test code before running it in the Android SDK environment?

    Silly question I know, but I know I'm forgetting something.


Welcome!

It looks like you're new here. Sign in or register to get started.

Comments

  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 L.Jenkins
    Mod ✭✭✭✭


    I've installed all relavent packages into JCreator and I'm testing applications before I begin the process of running them on the Android emulator, but I have a problem.

    package R does not exist

    This is such a rookie issue, but it's wrecking my head. Where am I going wrong?


  • Registered Users, Registered Users 2 Posts: 18,272 Atomic Pineapple
    ✭✭✭✭


    The R is an auto generated file created by the Eclipse plug in, you will need to see if there is a 3rd party plug in for Jcreator.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 L.Jenkins
    Mod ✭✭✭✭


    Nuts, I was just checking for additional plugins and didn't think of that. Thanks for that.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 L.Jenkins
    Mod ✭✭✭✭


    Ok I figured that with plugins through eclipse that R.java is automatically generated. I haven't found any third party add ons for JCreator to do the same, so would it be wiser to create and edit the R.java file by hand or just bite my lip and use eclipse (as much grief it's given me)?

    The next issue I have. When loading the class file and creating a test module in Android, do I need to reference the R.class file or will the main .class file point to it?


Welcome!

It looks like you're new here. Sign in or register to get started.
Advertisement