Android Tutorial

How To Connect To A Http Server Running In Android Emulator From PC Vice Versa

Sometimes you need to connect to the local webserver running on your PC from the android emulator. And sometimes you need to use a PC web browser to browse web pages stored in a web server running in an android emulator. These two scenarios are common use cases when you develop android applications. This article

How To Connect To A Http Server Running In Android Emulator From PC Vice Versa Read More »

Android Studio Rebuild DexArchiveMergerException Unable To Merge Dex

When you build an android project in android studio, you may encounter DexArchiveMergerException unable to merge dex exception. The detailed error message is as below. Error:Execution failed for task ‘:app:transformDexArchiveWithExternalLibsDexMergerForDebug’. > java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex If you still can not fix this error after struggle for taking some actions such as clean the

Android Studio Rebuild DexArchiveMergerException Unable To Merge Dex Read More »