perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.63k stars 1.56k forks source link

Spark-Java staticFiles.location not working on Android #1199

Open speedy5 opened 3 years ago

speedy5 commented 3 years ago

I am trying to implement SparkJava on Android for embedded web server and it is working fine, but when trying to add staticFiles it not working.

I tried it with assets folder and raw folder too.