קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
ממשק Gemini הראשי הוא חלון הצ'אט. אתם יכולים להשתמש בו כדי לשאול שאלות פשוטות ופתוחות, וגם כדי לקבל עזרה בפתרון בעיות ספציפיות.
הנה כמה דוגמאות לשאלות שאפשר לשאול. עם זאת, מומלץ להתנסות בכל נושא שקשור לפיתוח ל-Android:
איך מוסיפים תמיכה במצלמה לאפליקציה?
אני רוצה ליצור מסד נתונים של Room.
תוכל להזכיר לי את הפורמט של Javadocs?
מה זה עיצוב כהה?
מהי הדרך הכי טובה לקבל מיקום ב-Android?
Gemini זוכר את ההקשר של השיחה, כך שאפשר לשאול אותו גם שאלות המשך, כמו:
תוכל לתת לי את הקוד הזה ב-Kotlin?
את יכולה להראות לי איך עושים את זה בכתיבת אימייל?
Gemini ב-Android Studio מצויד באופן ייחודי כדי לענות על שאלות לגבי יכולת או תהליך עבודה ספציפיים בסביבת הפיתוח המשולבת (IDE) של Studio, למשל:
איך מנתחים באפליקציה בעיות של קפיצות וגמגום?
איפה אפשר למצוא את כלי הפרופיל של מעבד?
הצגת היסטוריית השאילתות
השאילתות שלכם ל-Gemini ב-Android Studio נשמרות לכל סשן תכנות ב-Android Studio. כדי לראות את השאילתות הקודמות, לוחצים על הצגת היסטוריית השאילתות
בתיבת הצ'אט של Gemini. יופיע תפריט עם כל השאילתות ששלחתם בסשן התכנות הזה.
כדי לשלוח מחדש שאילתה קודמת, לוחצים על השאילתה כדי להדביק אותה בתיבת הצ'אט ואז לוחצים על שליחה.
כשיוצאים מ-Android Studio, היסטוריית השאילתות נמחקת. כדי לשמור ולנהל הנחיות שמשתמשים בהן בדרך כלל בסשנים של קידוד, אפשר להשתמש בספריית ההנחיות.
ניקוי היסטוריית השיחות
Gemini זוכר את השיחות הקודמות שלכם ויכול להשתמש בהן כהקשר לשיחה. אם היסטוריית הצ'אט כבר לא רלוונטית למטרה שאתם מנסים להשיג, אתם יכולים לאפס את היסטוריית הצ'אט בלחיצה על ניקוי היסטוריית השיחות בחלונית Gemini.
השלבים הבאים
טיפים לשימוש יעיל בצ'אטים עם Gemini ב-Android Studio מפורטים במאמר שיטות מומלצות.
כדי לקבל השראה לשימוש ב-Gemini, אפשר לעיין בגלריית ההנחיות.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-31 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-31 (שעון UTC)."],[],[],null,["# Chat with Gemini\n\n| **Tip:** Starting with Android Studio Narwhal Feature Drop, Gemini in Android Studio has [agent mode](/studio/gemini/agent-mode). Agent mode can handle complex tasks that span multiple steps and files, going beyond what you can do with chat alone.\n\nThe main interface for interacting with Gemini is the chat window. You can\nuse it to ask questions ranging from very simple and open-ended ones to specific\nproblems that you need help with.\n\nHere are some examples of things you might ask; however, we encourage you to\nexperiment with any topics related to Android development:\n\n- How do I add camera support to my app?\n- I want to create a Room database.\n- Can you remind me of the format for Javadocs?\n- What is dark theme?\n- What's the best way to get location on Android?\n\nGemini remembers the context of the conversation, so you can also ask it\nfollow-up questions, such as:\n\n- Can you give me the code for this in Kotlin?\n- Can you show me how to do it in Compose?\n\nGemini in Android Studio is uniquely equipped to answers questions about a\nspecific capability or workflow in the Studio IDE, for example:\n\n- How do I analyze jank in my app?\n- Where do I find the CPU profiler?\n\nShow query history\n------------------\n\nYour queries to Gemini in Android Studio are saved for every coding session in\nAndroid Studio. To see your previous queries, click **Show Query History**\n\nin the Gemini chat box. A menu appears with all the queries you've submitted in\nthis coding session.\n\nTo re-submit a previous query, click the query to paste it in the chat box and\nclick **Submit**.\n\nWhen you quit Android Studio, the query history is cleared. To save and manage\ncommonly used prompts across coding sessions, use the\n[Prompt Library](/studio/gemini/prompt-library).\n\nClear conversation history\n--------------------------\n\nGemini remembers your previous chats and is able to use them as context for your\nconversation. If your chat history is no longer relevant to what you're\ncurrently trying to achieve, reset the chat history by clicking\n**Clear Conversation History**\nin the Gemini pane.\n\nNext steps\n----------\n\n- For tips on how to get the most out of chats with Gemini in Android Studio, see [Best practices](/studio/gemini/best-practices).\n- Browse the [Prompt Gallery](/studio/gemini/prompt-gallery) for inspiration on how to use Gemini.\n- Help Gemini understand the context for your query by skillfully [attaching files](/studio/gemini/attach-file) and [attaching images](/studio/gemini/attach-image)."]]