Solved: System.out: android.os.NetworkOnMainThreadException
In Android application, if you are doing some network operations like download from some external website or … Read more
In Android application, if you are doing some network operations like download from some external website or … Read more
If you are compiling some recipe which you have written recently, you might seen an error like … Read more
If you are developing some native C application based on curl API’s ( https://curl.haxx.se/libcurl/c/ ) , you … Read more
If you are developing some native C application based on openssl API’s ( https://www.openssl.org/docs/ ) , you … Read more
If you have installed fresh Ubuntu on your development machine and tried to compile some opensource source … Read more
If you have ever seen an error like below, we have fixed this and got it resolved. … Read more
If you are writing some packet sniffing code using libpcap on Ubuntu Linux, there are higher chances … Read more
While I was developing small code for checking device information, after I edited our sample code downloaded … Read more
When we tried to run a python script to check upnp information from https://github.com/lynxbee/upnp_info/blob/master/upnp_info.py on Ubuntu, we … Read more
When I was trying to compile latest repo sync Android source code ( Android 10 ), and … Read more