Following are the errors I got while building the application on Windows 7 using Eclipse -
Error 1 - Couldn't find bugSenseKey and applicationKey.
Solution - Follow Step 2 in HowToBuild.txt .
Get the bugSenseKey from
www.bugsense.com. Register your project as 'FBReaderJ' and you 'll find the api key under Settings Tab.
Error 2 - Couldn't load the native libraries.
Solution - See solution for error 3.
Error 3 - ndk-build command stop because YOUR APP_BUILD_SCRIPT points to an unknown file.
Solution - Go to Environment Variables(Right Click on MyComputers -> Advanced Settings -> Environment Variables).
Delete the NDK_PROJECT_PATH from system variables as it contains an invalid path.
Restart cygwin and run ndk-build command followed by ant release .
Wait for 40 seconds and you 'll see 'Build Successful' at the end.
Tip - Follow the cygwin guide given in docs carefully for cygwin steps.
Regards
sarthakmeh