Sunday 17 December 2017

Can't find Android Support Libary in Android SDK Manager

problem already explained in the topic. I already looked
at:






I made a
screenshot with the things I can see: />



href="https://i.stack.imgur.com/hk2Iw.png" rel="nofollow noreferrer"> src="https://i.stack.imgur.com/hk2Iw.png" alt="enter image description
here">



Furthermore I'm using
NetBeans. Hope you can help me

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...