Search code examples
androideclipseandroid-buildgoogleio

Why I am unable to build the Android source?


Google has released Google IO 13 Android App source code.

After git clone and importing project, I got lot of issues while building, which you can find here. After passing all the issues, it now says:

Could not find HomeActivity.apk!

Here is a screenshot of my build process:

Build screenshot

How can I build the source code?


Solution

  • The iosched 2013 application was developed with Android Studio IDE and not with Eclipse, the whole file structure is different, this is why eclipse can't find some of the project's files.

    You can download the Android Studio from here: Android Studio