RuslanZS / kwaak3

Automatically exported from code.google.com/p/kwaak3
0 stars 0 forks source link

Are the build instructions still correct for NDK v7??? #167

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install NDK r7
2. Follow BuildInstructions
3.

What is the expected output? What do you see instead?
Can't run quake on simulator crashing on: qcommon/files.c
  if ( FS_ReadFile( "default.cfg", NULL ) <= 0 ) {
    Com_Error( ERR_FATAL, "Couldn't load default.cfg" );
  }

What version of the product are you using? On what operating system?
AVD Android 2.2

Please provide any additional information below.
Please let me know if you need any specific information

Original issue reported on code.google.com by erio...@gmail.com on 18 Feb 2012 at 8:40