android - Importing libgdx project into Eclipse Juno error Cannot find .apk -


i starting learn libgdx, , in process of importing 4 projects[desktop, main java game, android, html] eclipse juno. have not added lines of code, trying them run on different platforms.

it runs fine on desktop version, when tried run in android emulator error. cannot find mygdxgame.apk!

i realized gen folder empty, there no r.java project. have tried number of things make work, none of working. listing things have tried far, , reason why asking repeatedly asked question.

  1. project > clean
  2. package explorer [right click on project] > android tools > fix project issues
  3. deleted gen folder , project > clean
  4. restarted eclipse
  5. deleted project , imported again
  6. set compiler compliance level 1.6 both main java game , android project
  7. added dummy xml android project , tried clean, , deleted it
  8. unchecked , rechecked build automatically
  9. checked target-sdk in project.properties , made sure same project properties -> android , in manifest.xml
  10. [right click on project] > properties > java build path > source tab, removed mygdxgame/gen folder , added again
  11. made sure project properties > android > library unchecked

nothing has worked far. gen folder still empty , unable run android project because of same error. cannot find mygdxgame.apk!

what else can fix this? in case answered appreciate giving me link solution, have been pouring through , google in general 2 hours now, no success.

regs

what happened me few days ago:

  • 1.- got sdk tools 22 update , installed it, no other update appeared in sdk manager... closed it.

  • 2.- got "no apk" error , tried every answer find.

  • 3.- opened sdk manager again, , noted sdk platform tools got update , there new one: sdk build tools. both of them didn't show when first updated sdk tools.. so.

answer:

open sdk manager , check if sdk tools, sdk platform tools, sdk build tools updated :)


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -