You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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>
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.
The text was updated successfully, but these errors were encountered: