Unable to run imported project

前端 未结 3 764
遥遥无期
遥遥无期 2020-12-23 23:27

I have a few projects that were previously tested to be working in 1 PC.

I\'ve since moved to another Windows XP PC, and I\'ve setup the development tools on this XP

相关标签:
3条回答
  • 2020-12-23 23:52
    1. Right click on project name, open properties.
    2. Select Java Build Path (from left menus)
    3. Under the "Libraries" tab, find the entry 'Unable to get system library for project', select it then click on the Remove button.
    4. Select Android (from left menus), tick on the version of android you want to target.
    5. Select Project menu (main top level menu), select Clean... Select OK.
    6. Right click on project name again, go down to Android Tools > Fix Project Properties.

    That should do the trick and add Android X.X (version you selected) to your project, and the imported project should start working.

    Enjoy.

    0 讨论(0)
  • 2020-12-23 23:52
    1. Click on Run Configurations
    2. Click on icon at top left corner(New launch configuration)
    3. Choose Project
    4. Click run !
    0 讨论(0)
  • 2020-12-23 23:58

    I think your project does not have project target name or missing. And it's simple go to main menu : project->properties->android (from left panel) then mark a project target name as you need for your project. After this it should work if not then clean your project like this : project->clean..>select (clean projects selected below )-> mark your project then click ok. thanks

    0 讨论(0)
提交回复
热议问题