2

Is it possible to run jess file(.CLP) in android studio? if someone have done, please help me our give me Link of ant tutorial.

hassan mirza
  • 139
  • 2
  • 8

1 Answers1

2

The short answer is no, running an expert system on an Android device doesn't make sense, what I would do is create the expert system as a command line tool that runs on a server and returns an output, that output is then sent back to the Android application in a suitable format to be processed on the device and presented to the user.

Odai Mohammed
  • 279
  • 1
  • 5
  • 18