Today's

길을 나서지 않으면 그 길에서 만날 수 있는 사람을 만날 수 없다

모바일 앱(안드로이드)

What's New in Ladybug Feature Drop (레이디버그 기능 드롭의 새로운 기능) ... 퍼옴.

Billcorea 2025. 2. 17. 15:20
반응형

 

android studio ladybug

What's New in Ladybug Feature Drop (레이디버그 기능 드롭의 새로운 기능) 

 

This panel describes some of the new features and behavior changes included in this update.  To open this panel again later, select Help > What's New in Android Studio from the main menu. 

이 패널은 이번 업데이트에 포함된 새로운 기능과 동작 변경 사항을 설명합니다. 나중에 이 패널을 다시 열려면 메인 메뉴에서 도움말 > Android Studio의 새로운 기능을 선택하세요.

Wear Tiles Animation Preview   

Android Studio Ladybug Canary 2+ now supports Wear Tile Animation Previews, making it easier than ever to inspect and debug your tile animations directly within the IDE. This feature builds upon the Wear Tiles Preview support introduced in Android Studio Koala.
 
This enhancement streamlines your Wear Tile development workflow by providing a visual and interactive way to fine-tune your tile animations within Android Studio.

 

Wear Tiles 애니메이션 미리보기


Android Studio Ladybug Canary 2+는 이제 Wear Tile 애니메이션 미리보기를 지원하여 IDE 내에서 직접 타일 애니메이션을 검사하고 디버깅하는 것이 그 어느 때보다 쉬워졌습니다. 이 기능은 Android Studio Koala에 도입된 Wear Tiles 미리보기 지원을 기반으로 구축되었습니다.
이 개선 사항은 Android Studio 내에서 타일 애니메이션을 시각적이고 대화형으로 미세 조정할 수 있는 방법을 제공하여 Wear Tile 개발 워크플로우를 간소화합니다.

Motion Editor deprecation 

Ladybug Feature Drop deprecates the Motion Editor as part of the ongoing transition from XML to Jetpack Compose. Compose offers a more modern and efficient approach to building animations, and we encourage developers to start using Compose Animation Preview for new projects.

 

Motion Editor 지원 중단


Ladybug Feature Drop은 XML에서 Jetpack Compose로의 지속적인 전환의 일환으로 Motion Editor를 지원 중단합니다. Compose는 애니메이션을 구축하는 데 더 현대적이고 효율적인 접근 방식을 제공하며, 개발자는 새로운 프로젝트에 Compose Animation Preview를 사용하기 시작하는 것이 좋습니다.

Gemini code transforms

Provide custom prompts for Gemini in Android Studio to generate code suggestions. You can ask Gemini to simplify complex code by rewriting it, perform very specific code transformations such as "make this code idiomatic," or generate new functions you describe. Android Studio then shows you Gemini's code suggestion as a code diff, so that you can review and accept only the suggestions you want.

 

Gemini 코드 변환


Android Studio의 Gemini에 사용자 지정 프롬프트를 제공하여 코드 제안을 생성할 수 있습니다. Gemini에게 복잡한 코드를 다시 작성하여 단순화하거나, "이 코드를 관용적으로 만들어라"와 같은 매우 구체적인 코드 변환을 수행하거나, 설명하는 새로운 함수를 생성하도록 요청할 수 있습니다. 그런 다음 Android Studio는 Gemini의 코드 제안을 코드 차이로 표시하여 원하는 제안만 검토하고 수락할 수 있습니다.

Generate Documentation with Gemini in Android Studio 

Use Gemini in Android Studio to generate documentation for your code. Generate clear and concise documentation for your code with instant drafts that you can refine and perfect in seconds.

 

Android Studio에서 Gemini로 문서 생성


Android Studio의 Gemini를 사용하여 코드에 대한 문서를 생성할 수 있습니다. 몇 초 만에 다듬고 완벽하게 만들 수 있는 즉각적인 초안으로 코드에 대한 명확하고 간결한 문서를 생성하세요.

Rename with Gemini

When using the standard Refactor > Rename action renaming variables, classes, and methods, Gemini now suggests appropriate names based on the code context.

 

Gemini로 이름 바꾸기


표준 리팩터링 > 이름 바꾸기 작업을 사용하여 변수, 클래스 및 메서드의 이름을 바꿀 때 Gemini는 이제 코드 컨텍스트를 기반으로 적절한 이름을 제안합니다.

Rethink variable names

Gemini can suggest names for all variables in a file or method based on the code context, so that names are more intuitive and descriptive. Simply right-click in the code editor and select Gemini > Rethink variable names. You should see a dialog where you can review the suggested names and accept only the ones you like.

 

변수 이름 재고


Gemini는 코드 컨텍스트를 기반으로 파일 또는 메서드의 모든 변수에 대한 이름을 제안하여 이름이 더 직관적이고 설명적이 되도록 할 수 있습니다. 코드 편집기에서 마우스 오른쪽 버튼을 클릭하고 Gemini > 변수 이름 재고를 선택하기만 하면 됩니다. 제안된 이름을 검토하고 원하는 이름만 수락할 수 있는 대화 상자가 표시됩니다.

Suggest commit message

When committing changes to your version control system from the IDE, Gemini can now use the context from the code changes in the current commit and recent past commits to suggest a detailed commit message. To generate a commit message, click the Suggest commit message button above the text input field in the Commit tool window.

 

커밋 메시지 제안


이제 IDE에서 버전 관리 시스템에 변경 사항을 커밋할 때 Gemini는 현재 커밋 및 최근 과거 커밋의 코드 변경 사항에서 컨텍스트를 사용하여 자세한 커밋 메시지를 제안할 수 있습니다. 커밋 메시지를 생성하려면 커밋 도구 창의 텍스트 입력 필드 위에 있는 커밋 메시지 제안 버튼을 클릭하세요.

Google Play SDK Index integration 

The Android Studio Google Play SDK Index integration now includes warnings from the Google Play SDK Console. This gives you a complete view of any potential version or policy issues in your dependencies before submitting your app to the Google Play Console.

 

Google Play SDK Index 통합


Android Studio Google Play SDK Index 통합에는 이제 Google Play SDK Console의 경고가 포함됩니다. 이를 통해 Google Play Console에 앱을 제출하기 전에 종속성에서 발생할 수 있는 버전 또는 정책 문제를 완벽하게 파악할 수 있습니다.

Mock sensor capabilities and values

Android Studio now includes a new sensor panel, which lets you simulate a device having or not having specific sensor capabilities, such as a heart rate sensor, as well as set specific test values for these sensors. Use this panel to test how your app handles devices that have different sensor capabilities. This panel is useful for testing health and fitness apps, especially on Wear OS devices.

 

센서 기능 및 값 모의 테스트


Android Studio에는 이제 특정 센서 기능(예: 심박수 센서)이 있는지 여부를 시뮬레이션하고 이러한 센서에 대한 특정 테스트 값을 설정할 수 있는 새로운 센서 패널이 포함됩니다. 이 패널을 사용하여 앱이 다양한 센서 기능을 가진 장치를 어떻게 처리하는지 테스트하세요. 이 패널은 특히 Wear OS 장치에서 건강 및 피트니스 앱을 테스트하는 데 유용합니다.

App Links Assistant: JSON generation and web issue fixes

To implement App Links, developers need to publish a Digital Asset Links JSON file on their websites to verify ownership of the domain. When the App Links Assistant identifies failed web checks, it now creates a JSON file which can fix those failures. This JSON file can be downloaded by the user and subsequently uploaded to the respective website to resolve the web check failures.
 
In cases where a JSON file already exists, users have the ability to compare the existing and newly-generated JSON files to identify differences.
 
To open the App Links Assistant navigate to Tools > App Link Assistant from the main menu bar.

 

앱 링크 어시스턴트: JSON 생성 및 웹 문제 수정


앱 링크를 구현하려면 개발자가 도메인 소유권을 확인하기 위해 웹사이트에 Digital Asset Links JSON 파일을 게시해야 합니다. 앱 링크 어시스턴트가 실패한 웹 검사를 식별하면 이제 해당 실패를 수정할 수 있는 JSON 파일을 생성합니다. 이 JSON 파일은 사용자가 다운로드하여 해당 웹사이트에 업로드하여 웹 검사 실패를 해결할 수 있습니다.
JSON 파일이 이미 있는 경우 사용자는 기존 JSON 파일과 새로 생성된 JSON 파일을 비교하여 차이점을 식별할 수 있습니다.
앱 링크 어시스턴트를 열려면 메인 메뉴 모음에서 도구 > 앱 링크 어시스턴트로 이동하세요.

 

Last updated 01/09/2025 / 최종 업데이트 2025년 1월 9일

반응형