简体   繁体   中英

WiFi scan android javascript

I am trying build an android application that scans for the available access points and saves it in an array. I was able to do it using eclipse and android studio but I am unable to do it from droidscript application. I went through WiFi demos in droidscript to no success.

Just wanna know how can I achieve this using driidscript app.

You probably need to create a DroidScript plugin to do that. You should be able to just paste your Java code into the plugin template. Note: The latest alpha of DroidScript makes it really easy to do that as it can generate the AIDE code for plugins automatically.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM