Fix “Error loading build artifacts” error (Android Studio after upgrade)

Problem: After upgrading Android Studio from “Ladybug” to “Otter” I started getting the following error message when I run my app on my emulated test device: First, I ran the AGP Upgrade Assistant, which updated 2 files: And then, applied a “Run Configuration” Fix: Additional things to try if above suggestions weren’t sufficient to fix […]

Read More

Android emulator shell list fails: Permission Denied in app directory

Today I learned I should include the app package name after shell in my ADB command, if for example I want to list files under the “subdirectory/media” directory of an app, like so: adb -s emulator-5556 shell run-as com.domain.my.app ls -al /data/user/0/com.domain.my.app/subdirectory/media First try’s command below failed with a Permission Denied error message: adb -s […]

Read More

POI Physical Therapy for Degenerative Disc Disease: Review, Sessions, Costs at Philippine Orthopedic Institute Makati

My orthopedic doctor recently diagnosed me with Degenerative Disc Disease (DDD) affecting my lower back, specifically the L1-L5 vertebrae, and referred me to physical therapy at the Philippine Orthopedic Institute (POI) in Makati City, located on Dela Rosa Street. It’s a convenient location as it’s close to Makati Medical Center. The intense pain in my […]

Read More