android-app icon indicating copy to clipboard operation
android-app copied to clipboard

spark_token_creation_credentials Error

Open orlax opened this issue 11 years ago • 1 comments

i have import the code from the master branch android app, added the smartconfiglib.jar but i am getting an error. this error is in this route:

io.spark.core.android.app > AppConfig > AppConfig > getSparkTokenCreationCredentials

the error says :

spark_token_creation_credentials cannot be resolved or is not a field

have been looking everywhere and did not find any help. this is a vanilla import of the app, i have already been able to run it before on eclipse on windows. But this time on mac i have not been able to.

I apreciate any help.

orlax avatar Nov 19 '14 15:11 orlax

Have you read point 4) in the "Building" section of the readme.md? There you'd read

In the SparkCore app, create the file res/values/local_build.xml with the following contents:
    <?xml version="1.0" encoding="utf-8"?>
    <resources>
        <string name="spark_token_creation_credentials">spark:spark</string>
    </resources>

ScruffR avatar Nov 19 '14 18:11 ScruffR