Results 1 to 3 of 3

Thread: [android] Problems getting app to debug on tablet

  1. #1
    Join Date
    Mar 2010
    Location
    London
    Beans
    924

    [android] Problems getting app to debug on tablet

    Hey all, hopefully some Android guru will be able to help me out.

    I'm currently developing an application, and there no problems when I install it onto my phone for debugging and testing (I'm doing it via eclipse). It installs fine and I can run it as intended.

    However, when I try to install it onto my tablet to test it, it installs fine according to the output in eclipse "Success!" but when I try to launch the app from the tablet, nothing happens. It won't open at all.

    Now my phone is running Gingerbread (at API level 10) and my tablet is running Honeycomb (at API level 11). In my Manifest, the uses-sdk attribute is set for 10 to minimum (which also means the target is set to 10 by default). I've tried changing the target to 11 but still no joy.

    Any ideas?

    Thanks in advance!
    - "Make me a coffee..."
    - "No"
    - "sudo make me a coffee"
    - "OK"

  2. #2
    Join Date
    Apr 2006
    Beans
    800
    Distro
    Lubuntu 12.04 Precise Pangolin

    Re: [android] Problems getting app to debug on tablet

    Try to change the project target to android-11 in the default.properties file in the project folder, restart eclipse and deploy it to your tablet.

  3. #3
    Join Date
    Mar 2010
    Location
    London
    Beans
    924

    Re: [android] Problems getting app to debug on tablet

    Thanks for the reply, I'll give this go. As of so far I've only changed it in the manifest, so I'll try the properties.
    - "Make me a coffee..."
    - "No"
    - "sudo make me a coffee"
    - "OK"

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •