So this topic will show you how to deploy Starling to Android Devices
Step 1: First, you need Flex + Air SDK
Download follow below image by choose Tools -> Install Software
Step 2: Config your Projects:
Choose Menu projects -> Properties
Step 3: Setup SDK
Choose your location file flexSDK and Android platform
[Solved] How to fix "The remote session was disconnected because license store creation failed with access denied. Please run remote desktop client with elevated privileges"
Topic today I will share with you how to fix one issue many people got it when using Remote Desktop . That issue is: The remote session was ...
PHP How to use Array Object Class in easy way
PHP is a popular and powerful programming language that allows you to create dynamic and interactive web applications. PHP supports variou...
[Solved] Fix Camtasia Studio Bug "It is either an unsupported media type or required codecs are not found"
Hello everybody, welcome to Learn Tech Tips Blog, Today I will share with you how to fix Camtasia Studio Techsmith Bug. - "It is eithe...
How to "setup SQL Server Driver" php (XAMP/MAMP) on Window "MacOS"
✋✋✋✋Hello Everybody, welcome to Learn Tech Tips blogspot , nice to see you again, I am Zidane (my chinese nick name is 雞蛋 🥚🥚🥚🥚🥚🥚🥚🥚) ...
[Tips] How to read write Ini File in C#
How to Read and Write INI Files in C# INI files are a simple and widely used format for storing configuration settings. They consist of s...
[Tips] How to extract TGZ, TAR.GZ by SharpCompress C#
What different between TGZ format and TAR.GZ format? TGZ with TAR.GZ is the same What is SharpCompress? SharpCompress is a c...
[Tips] How to encode and decode unicode escape C# character
What's unicode escape C# character? That same as below character. "\ud83c\udf1f[C\u1eadp Nh\u1eadt" You'...
[Tips] Add custom header in HttpWebRequest
When you call request from client to server, sometimes, you need to add custom header in HttpWebRequest , you can add it by add headers as b...
[Solved] Bootstrap Datetimepicker OnChange event (WORKING)
Hello everyone, welcome back to Learn Tech Tips blogspot Today topic is show you how to fix bug OnChange event not working with Bootstrap 4D...
[Tips] How to Run Exe file as an Embedded Resource in C#
Sometime you want to embedded your executable or dll file to another exe and run it with some conditions in projects. This topic is for you,...