I create a rest api in Visual Studio . Than i'm trying to call this api from android. But i'm getting error when i use my URL (http://localhost:56662/api/Musteriler). I copied this tutorial : https://www.youtube.com/watch?v=EQse86iRKpg in my project. In this video using this URL: http://dev.superman-academy.com/api.php . I also tried to execute this URL and my program worked very good.
Is there someone help me about why my rest api URL doesn't work?
Getting these errors:
01-06 07:49:20.148 28987-28987/? W/System: ClassLoader referenced unknown path: /data/app/com.guly.projecttabmenu-1/lib/x86
01-06 07:14:48.600 31886-31886/com.guly.projecttabmenu W/InputEventReceiver: Attempted to finish an input event but the input event receiver has already been disposed.
01-06 07:14:51.203 31886-31915/com.guly.projecttabmenu W/System.err: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)
01-06 07:14:51.203 31886-31915/com.guly.projecttabmenu W/System.err: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)
01-06 07:14:51.203 31886-31915/com.guly.projecttabmenu W/System.err: at java.lang.Thread.run(Thread.java:818)