Unable to get device IDs. Exception found: Cannot run program "D:\Users\vijay.n\Library\Android\sdk\platform-tools\": CreateProcess error=5, Access is denied

Hi All,

Am Facing the problem initialize drivers:
Had printed platform tools in console:

System.out.println(System.getProperty(“user.home”) + “\Library\Android\sdk\platform-tools\”);
It prints:
D:\Users\vijay.n\Library\Android\sdk\platform-tools\
And after this Line Exception:null as shown below,please let me know solution.

[RemoteTestNG] detected TestNG version 6.9.8
[TestNG] Starting executor for all suites
FAILED CONFIGURATION: @BeforeClass whichPlatform(“Android”, “http://0.0.0.0:4723/wd/hub”, “3300f59aa62e140b”, “7800”, “”, “”, “8230”)
java.lang.AssertionError: Unable to get device IDs. Exception found: Cannot run program “D:\Users\vijay.n\Library\Android\sdk\platform-tools”: CreateProcess error=5, Access is denied
l

at org.testng.Assert.fail(Assert.java:94)
at com.frostbank.mobileapp.MobileAppBaseTest.whichPlatform(MobileAppBaseTest.java:80)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:510)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:211)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:138)
at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:170)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:104)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:354)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:312)
at org.testng.SuiteRunner.run(SuiteRunner.java:261)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

SKIPPED: deviceRegistrationFlow