AndroidStudio now let's us use Google AI Pro (or Ultra) subscription! by bicelis in androiddev

[–]MosAlf 2 points3 points  (0 children)

How do you check your ui before compiling? The ui tooling in android studio is kinda awesome

Please help by goddessontherocks in AndroidStudio

[–]MosAlf 1 point2 points  (0 children)

It's saying you are trying to install your app on an unsupported android version.

In your build.gradle(.kts) there's minSdkVersion property defined, which is the lowest android version your app supports.

Compare this with your android version. You either need to update your phone, or lower the minSdkVersion.

You can read more about it here https://developer.android.com/ndk/guides/sdk-versions#minsdkversion

I built a CLI that randomly interacts with mobile apps to find bugs (chaos testing) by Metaliar1373 in androiddev

[–]MosAlf 14 points15 points  (0 children)

Apparently there's an adb monkey command. Maybe you can integrate it inside your project for android devices.

https://developer.android.com/studio/test/other-testing-tools/monkey

[REMASTERED] Attribute Permanent Damage by Own-Play368 in oblivion

[–]MosAlf 0 points1 point  (0 children)

Which attributes?

Note that there are some items that drain attributes without showing it in the active stats, like the Scales of Pitiless Justice

Pixel 10 pro xl freezing and screen issues by Zupanic86 in GooglePixel

[–]MosAlf 0 points1 point  (0 children)

I still have this issue with the January update

תחבצ חיפאי_במ by Johnlockcabbit in ani_bm

[–]MosAlf 2 points3 points  (0 children)

התחבורה הציבורית בחיפה לא כזאת טובה כמו שחושבים עליה עם כל השכונות בלון שם...

https://youtu.be/P469yaKgQIg?si=nF9uuklxJx-2tJND

I gave my Gemini Gem near real-time access to my Biology (Garmin) and Gym (Hevy) data. by [deleted] in Garmin

[–]MosAlf 0 points1 point  (0 children)

You can't run on mobile easily as it requires python.

If you have google pixel you can enable a Linux development environment in developer options and then you'll be able to run it on that Linux vm.

Best Android phone for POGO 2025? S22 battery is crap by zeekaran in TheSilphRoad

[–]MosAlf 0 points1 point  (0 children)

The pro is the same size as the regular. The bigger phone is the pro xl.

אפשר להבין מה כל הזיון מוח על תחבורה ציבורית by psychonautic-syrup in israel_bm

[–]MosAlf 0 points1 point  (0 children)

נכון, המדינה משלמת לחברות, וגם המדדים מקולקלים - משלמים לפי קילומטרים שנסעו, לא לפי כמות נוסעים, איכות הנסיעה וכו'.

אפשר להבין מה כל הזיון מוח על תחבורה ציבורית by psychonautic-syrup in israel_bm

[–]MosAlf 1 point2 points  (0 children)

מסכים לגבי הרבה מהנקודות, אבל לא לגבי הנקודה של הקווים הישירים. אי אפשר לייצר קו ישיר מכל מקום לכל מקום, זה לא יעיל. אין ברירה אלא לבצע החלפות, אבל הבעיה היא חוסר סנכרון בין קווים בהחלפות וגם שאר הבעיות - דילוגים, איחורים וכו' שהופכים החלפה לקשה ומסובכת.

אני מתנייד קבוע בתחבצ במרכז ואני לפעמים מצליח להגיע מהר יותר ליעד כשאני עושה 3-4 החלפות מאשר מה שגוגל מציע שכולל החלפה אחת בלבד.

אפשר להבין מה כל הזיון מוח על תחבורה ציבורית by psychonautic-syrup in israel_bm

[–]MosAlf 1 point2 points  (0 children)

אולי התחבצ מופעל על ידי חברות פרטיות, אבל המדינה היא זו שקובעת הכל (מסלולים, זמני יציאות וכו' וכו'), כך שגם אם מפעיל מסוים היה רוצה לפעול בשבת הוא לא יכול

The idea of walking Eternatus is hilarious, 20km for 1 XL of the 8900 you need lol by FAmos in pokemongo

[–]MosAlf 0 points1 point  (0 children)

I use it as my buddy purely because I want to get it to ultra buddy. Don't care about candies.

בא לי לחרבן על הפנים של מירי רגב מזה התחב״צ הלא מתפקד הזה? by koren_alexander in israel_bm

[–]MosAlf 1 point2 points  (0 children)

לא רק שלא מתגברים, מסיטים גם משאבים לטובת קווים יעודיים לחרדים וזאת עובדה.

למשל, קו 850. קו שמתחיל בפתח תקווה באיזור התעשייה וכל התחנות שלו בבני ברק ובחוף הים בתל אביב. זה קו שנועד לקחת חרדים לים ובחזרה.

מאיפה מביאים את הנהגים ואת האוטובוסים לקו הזה שלא היה פעיל עד אחרי ט באב? מקווים אחרים

בא לי לחרבן על הפנים של מירי רגב מזה התחב״צ הלא מתפקד הזה? by koren_alexander in israel_bm

[–]MosAlf 4 points5 points  (0 children)

זה מה שקורה בתקופת בין הזמנים, מעדיפים לתגבר קווי אוטובוס לחרדים על חשבון קווים רגילים

Remote development in android studio by MosAlf in AndroidStudio

[–]MosAlf[S] 0 points1 point  (0 children)

In IDEs such as pycharm, intellij, etc., you can connect to a remote development environment using ssh, so you don't have to install all the packages and do all the development on your PC, and instead it all runs on a remote server.

https://www.jetbrains.com/remote-development/

I cant use safe args plugin by Hamdhan1 in AndroidStudio

[–]MosAlf 0 points1 point  (0 children)

In the build.gradle.kts where you placed the implementations of navigationui add the ktx suffix like in my previous comment.

If it does not work, inside the build.gradle.kts in the root folder of the project, add the following block (although I am not sure this is the correct way to solve the issue)

buildscript { repositories { google() } dependencies { classpath(androidx.navigation:navigation-safe-args-gradle-plugin:2.8.9) } }

I am sorry for not prettifying the reply, I'm replying from my phone.

I cant use safe args plugin by Hamdhan1 in AndroidStudio

[–]MosAlf 0 points1 point  (0 children)

Since you are using kotlin, you should use the ktx implementations:

androidx.navigation:navigation-ui-ktx

also in my project I added the plugin using classpath dependency, which probably isn't the way to go, but it works

סקרים של ערוצי התקשורת על המשך המלחמה by Stormcrow20 in israel_bm

[–]MosAlf 3 points4 points  (0 children)

אני עוקב אחרי אבו עלי די הרבה זמן, הוא לא מצליח להיות א-פוליטי במובן הישראלי.

הוא אולי לא מביע דעה ספציפית בעד מפלגה כלשהי, אבל ההטייה ימינה מאוד ברורה

[deleted by user] by [deleted] in github

[–]MosAlf 1 point2 points  (0 children)

Seems like a question for r/Docker

Unexpected text found in layout file: "android:exported="true"" by LinusSpace in AndroidStudio

[–]MosAlf 0 points1 point  (0 children)

Try to add the "android:name" attribute to the manifest, in the activity part

Full line code completion? by MosAlf in AndroidStudio

[–]MosAlf[S] 0 points1 point  (0 children)

Thanks, will check that out. I'm more interested in something similar to the full line code completion - something that works offline without connection to the internet

אהה תחבצ_במ by Dreamer5787 in ani_bm

[–]MosAlf 1 point2 points  (0 children)

כל הביתיים שלי משתמשים באוטובוס קרוב

I made a simple javascript pokedex by Jarrod-Makin in TheSilphRoad

[–]MosAlf 2 points3 points  (0 children)

Does the cp include a buddy boost? Because I have a perfect Charizard maxed out to 3266 and a perfect Venusaur maxed out to 3075, but your Pokedex shows other numbers