prey / prey-android-client

Android client for the Prey anti-theft software.
http://preyproject.com
GNU General Public License v3.0
426 stars 184 forks source link

FileConfigReader.java error #57

Closed bayramdogangocer closed 9 years ago

bayramdogangocer commented 10 years ago

Hi; I want to compile source code of prey android.But when I imported to eclipse for test ,I encountered error on FileConfigReader.java file.

InputStream is = ctx.getResources().openRawResource(R.raw.config);

There isn't "config" field in raw file. How can I solve this problem ?

BreankingBad commented 10 years ago

hey,you just need to download the apk file from google play,and extract it ,then you can get the config file from /res/raw/ directory,put this file in your project.and you will succeed.

patok commented 9 years ago

:+1:

ghost commented 9 years ago

Hi, guys. The problem should be fixed now!