Of course, you cannot open the .apk file in your eclipse development environment. You need to install it on the emulator, as we install it on our devices.
Go to the command line, enter
adb install Sudoku.apk
and it will install it on your emulator. ( Remember, load adb into path variables and change the location of your directory where you already placed Sudoku.apk )
source share