The requested route [/sms] has not been mapped in Spark for Accept: [null]
问题 INFO spark.http.matching.MatcherFilter - The requested route [/sms] has not been mapped in Spark for Accept: [null] Below i have shown my code. It throws an error. I have tried different solutions but it not solve my problem. Android code: public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); submitbt = findViewById(R.id.submitbt); submitbt