Applying changes to components

Hello Everyone. I had set up the environment and it’s working locally at localhost:8888. But when I modified some code in the Texting.java file present in component and compiled the code with ant, the changes are not appearing in the Ai2 Android app. What am I doing wrong?

Hi @Mohan_Singh,

After making any changes to components, you will need to run ant PlayApp to build a new companion and then install build/buildserver/MIT AI2 Companion.apk onto your phone in place of the version you would normally get from the Google Play Store. This APK file has your changes in it.

1 Like