Point Service has stopped on AVD

I’ve been trying to install the Point emulator on a connected AVD Android (all things required are ok) via ADB. When trying to active I always get “Unfortunately, Poynt Services has stopped”. What else can I do.

These are my settings in AVD Manager (Revision 25.2.2)

Hi there, can you post the error form the logcat? Also, can you try to reinstall Poynt apks by rerunning the setup script?

I have the same issue. Below is my log

at dalvik.system.NativeStart.main(Native Method) 12-09 10:29:34.940 5603-5603/co.poynt.services E/AndroidRuntime: FATAL EXCEPTION: main Process: co.poynt.services, PID: 5603 java.lang.RuntimeException: Unable to create application co.poynt.services.PoyntServicesApplicationImpl: java.lang.SecurityException: Not allowed to bind to service Intent { act=co.poynt.os.services.v1.IPoyntCapabilityManager } at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4347) at android.app.ActivityThread.access$1500(ActivityThread.java:135) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5017) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595) at dalvik.system.NativeStart.main(Native Method) Caused by: java.lang.SecurityException: Not allowed to bind to service Intent { act=co.poynt.os.services.v1.IPoyntCapabilityManager } at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1580) at android.app.ContextImpl.bindService(ContextImpl.java:1544) at android.content.ContextWrapper.bindService(ContextWrapper.java:517) at co.poynt.os.util.CapabilityProviderServiceHelper.bindCapabilityManager(CapabilityProviderServiceHelper.java:59) at co.poynt.os.util.CapabilityProviderServiceHelper.<init>(CapabilityProviderServiceHelper.java:53) at co.poynt.services.PoyntServicesApplication.onCreate(PoyntServicesApplication.java:107) at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1007) at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4344) at android.app.ActivityThread.access$1500(ActivityThread.java:135) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1256) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5017) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595) at dalvik.system.NativeStart.main(Native Method)

Actually scratch that, I was using the abd installation instructions. In any case another issue came up where the python file is unable to find one of the files.

Below is the error:

File "setup_poyntos_avd.py", line 70, in <module> shutil.copy('./Poynt_Emulator_1_2_11.ini', avd + '/') File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './Poynt_Emulator_1_2_11.ini' Carloss-MacBook-Pro-2:~ carlos$

Edit: Nevermind again. Had to execute the file within the source…my fault for not reading the code.