Redevelop project in android studio

I want to integrate some plugin to my android project in android studio.
step 1: i use command “meteor build …/todos-build --server http://localhost:3000” to create build.
step 2: use the android studio open the xxxxx-build/android/project.redevelop in android project.
then i run in my device. but it cannot connect to the server.
Instead. when i use “meteor run android-device” to run. it works.
Can you tell me how to build in android studio? thanks.