Home Blog Page 11

Making Google Play the most effective place to develop PC video games



Making Google Play the most effective place to develop PC video games

Posted by Aurash Mahbod – VP and GM of Video games on Google Play

We’re stepping up our multiplatform gaming providing with thrilling information dropping at this yr’s Sport Builders Convention (GDC). We’re bringing customers extra video games, extra methods to play your video games throughout units, and improved gameplay. You’ll be able to learn all in regards to the updates for customers from The Key phrase. At GDC, we’ll be diving into all the newest video games coming to Play, plus new developer instruments that’ll assist enhance gameplay throughout the Android ecosystem.

As we speak, we’re sharing a more in-depth have a look at what’s new from Play. We’re increasing our help for native PC video games with a brand new earnback program and making Google Play Video games on PC typically accessible this yr with main upgrades. Try the video or hold studying beneath.

Google Play connects builders with over 2 billion month-to-month energetic gamers1 worldwide. Our instruments and options enable you to interact these gamers throughout a variety of units to drive engagement and income. However we all know the gaming panorama is continually evolving. Increasingly more gamers benefit from the immersive experiences on PC and need the pliability to play their favourite video games on any display.

That’s why we’re making even larger investments in our PC gaming platform. Google Play Video games on PC was launched to assist cell video games attain extra gamers on PC. As we speak, we’re increasing this help to native PC video games, enabling extra builders to attach with our huge participant base on cell.

Increasing help for native PC video games

For video games which can be designed with a PC-first viewers in thoughts, we’ve added much more useful instruments to our native PC program. Video games like Wuthering Waves, Bear in mind of Majesty, Genshin Influence, and Journey of Monarch have seen nice success on the platform. Primarily based on suggestions from early entry companions, we’re taking this system even additional, with complete help throughout recreation growth, distribution, and progress on the platform.

    • Develop with Play Video games PC SDK: We’re launching a devoted SDK for native PC video games on Google Play Video games, offering highly effective instruments, corresponding to simpler in-app buy integration and superior safety safety.
    • Distribute by way of Play Console: We’ve made it simpler for builders to handle each cell and PC recreation builds in a single place, simplifying the method of packaging PC variations, configuring releases, and managing retailer listings.
    • Develop with our new earnback program: Carry your PC video games to Google Play Video games on PC to unlock as much as 15% extra earnback.2

We’re opening up this system for all native PC video games – together with PC-only video games – this yr. Be taught extra in regards to the eligibility necessities and learn how to be a part of this system.

Moving image of thumbnails for popular PC Games on Google Play – Remember of Majesty, Genshin Impact, Joourney of Monarch, and Wuthering Waves

Native PC video games on Google Play Video games

Making PC a straightforward alternative for cell builders

Bringing your recreation to PC unlocks an entire new viewers of engaged gamers. To assist maximize your discoverability, we’re making all cell video games accessible3 on PC by default with the choice to choose out anytime.

Video games will show a playability badge indicating their compatibility with PC. “Optimized” implies that a recreation meets all of our high quality requirements for an excellent gaming expertise whereas “playable” implies that the sport meets the minimal necessities to play properly on a PC. With the help of our new customized management mappings, many video games could be playable proper out of the field. Be taught extra in regards to the playability standards and learn how to optimize your video games for PC at the moment.

Moving image of playable PC Games on Google Play

1000’s of recent video games are added to Google Play Video games

To reinforce our PC expertise, we’ve made main upgrades to the platform. Now, players can benefit from the full Google Play Video games on PC catalog on much more units, together with AMD laptops and desktops. We’re partnering with PC OEMs to make Google Play Video games accessible proper from the beginning menu on new units beginning this yr.

We’re additionally bringing new options for gamers to customise their gaming experiences. Customized controls is now accessible to assist tailor their setup for optimum consolation and efficiency. Rolling out this month, we’re including a helpful recreation sidebar for fast changes and enabling multi-account and multi-instance help by standard demand.

Moving image demonstrating customizable controls while playing Dye Hard - Color War on PC on Google Play

You’ll be able to customise controls whereas enjoying Dye Onerous – Shade Battle

Unlocking unique rewards on PC with Play Factors

That will help you enhance engagement, we’re additionally rolling out a extra seamless Play Factors4 expertise on PC. Play Factors steadiness is now simpler to trace and extra rewarding, with as much as 10x factors boosters5 on Google Play Video games. This implies extra alternatives for gamers to earn and redeem factors for in-game objects and reductions, enhancing the general PC expertise.

Moving image showing Google Play Points in Google Play Games

Google Play Factors is built-in seamlessly with Google Play Video games

Bringing new PC UA instruments powered by Google Adverts

Extra builders are launching video games on PC than ever, presenting a chance to achieve a quickly rising viewers on PC. We wish to make it simpler for builders to achieve nice gamers with Google Adverts. We’re engaged on an answer to assist builders run person acquisition campaigns for each cell emulated and native PC titles inside Google Play Video games on PC. We’re nonetheless within the early levels of companion testing, however we look ahead to sharing extra particulars later this yr.

Be a part of the celebration!

We’re celebrating all that’s to return to Google Play Video games on PC with gamers and builders. Check out the behind-the-scenes from our social channels and editorial options on Google Play. At GDC, you’ll be able to dive into the whole gaming expertise that’s accessible on the most effective Android gaming units. Should you’ll be there, please cease by and say hiya – we’re on the Moscone Heart West Corridor!

1 Supply: Google inner knowledge measuring month-to-month customers who opened a recreation downloaded from the Play retailer.

2 Extra phrases apply for the earnback program.

3 Your recreation’s visibility on Google Play Video games on PC is decided by its playability badge. In case your recreation is labeled as “Untested”, this implies it’ll solely seem if a person particularly searches for it within the Google Play Video games on PC search menu. The playability badge could change as soon as testing is full. You’ll be able to specific curiosity in having Play consider your recreation for playability utilizing this kind.

5 Provided for a restricted time interval. Extra phrases apply.

swift – I’ve a flutter undertaking that’s failing to compile for iOS resulting from Property ‘isHighDynamicRange’ in SDWebImage library in iOS


right here is my PodFile

# Uncomment this line to outline a worldwide platform in your undertaking
platform :ios, '14.0'

# CocoaPods analytics sends community stats synchronously affecting flutter construct latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

undertaking 'Runner', {
  'Debug' => :debug,
  'Profile' => :launch,
  'Launch' => :launch,
}

def flutter_root
  generated_xcode_build_settings_path = File.expand_path(File.be a part of('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
  until File.exist?(generated_xcode_build_settings_path)
    elevate "#{generated_xcode_build_settings_path} should exist. When you're working pod set up manually, make sure that flutter pub get is executed first"
  finish

  File.foreach(generated_xcode_build_settings_path) do |line|
    matches = line.match(/FLUTTER_ROOT=(.*)/)
    return matches[1].strip if matches
  finish
  elevate "FLUTTER_ROOT not present in #{generated_xcode_build_settings_path}. Strive deleting Generated.xcconfig, then run flutter pub get"
finish

require File.expand_path(File.be a part of('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)

flutter_ios_podfile_setup

goal 'Runner' do
  use_frameworks!
  use_modular_headers!
  pod 'SDWebImage', '~> 5.21.0'

  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
  goal 'RunnerTests' do
    inherit! :search_paths
  finish
finish

post_install do |installer|
  installer.pods_project.targets.every do |goal|
    flutter_additional_ios_build_settings(goal)

    
  finish
finish

I’ve tried to extend the goal :ios model from 13 to 14 however it’s nonetheless not working.
I’ve recreated the iOS undertaking however it would not work both.
I’ve replace the cocoapods as properly however it’s not working

Multimodal picture attachment is now accessible for Gemini in Android Studio



Multimodal picture attachment is now accessible for Gemini in Android Studio

Posted by Paris Hsu – Product Supervisor, Android Studio

At each stage of the event lifecycle, Gemini in Android Studio has change into your AI-powered companion, making it simpler to construct top quality apps. We’re excited to announce a major enlargement: Gemini in Android Studio now helps multimodal inputs, which helps you to connect photos on to your prompts! This unlocks a wealth of recent potentialities that enhance group collaboration and UI improvement workflows.

You possibly can check out this new function by downloading the most recent Android Studio canary. We’ve outlined a number of use circumstances to attempt, however we’d love to listen to what you suppose as we work by bringing this function into future secure releases. Test it out:

Picture attachment – a brand new dimension of interplay

We first previewed Gemini’s multimodal capabilities at Google I/O 2024. This expertise permits Gemini in Android Studio to know easy wireframes, and rework them into working Jetpack Compose code.

You may now discover a picture attachment icon within the Gemini chat window. Merely connect JPEG or PNG recordsdata to your prompts and watch Gemini perceive and reply to visible info. We have noticed that photos with sturdy coloration contrasts yield the perfect outcomes.

New “Attach Image File” icon in chat window

1.1 New “Connect Picture File” icon in chat window

Example of multimodal response in chat

1.2 Instance multimodal response in chat

We encourage you to experiment with varied prompts and pictures. Listed here are a number of compelling use circumstances to get you began:

    • Fast UI prototyping and iteration: Convert a easy wireframe or high-fidelity mock of your app’s UI into working code.
    • Diagram clarification and documentation: Acquire deeper insights into complicated structure or knowledge circulate diagrams by having Gemini clarify their parts and relationships.
    • UI troubleshooting: Seize screenshots of UI bugs and ask Gemini for options.

Fast UI prototyping and iteration

Gemini’s multimodal assist allows you to convert visible designs into purposeful UI code. Merely add your picture and use a transparent immediate. It really works whether or not you are working from your individual sketches or from a designer mockup.

Right here’s an instance immediate: “For this picture supplied, write Android Jetpack Compose code to make a display that is as near this picture as potential. Ensure to incorporate imports, use Material3, and doc the code.” After which you possibly can append any particular or extra directions associated to the picture.

Example prompt: 'For this image provided, write Android Jetpack Compose code to make a screen that's as close to this image as possible. Make sure to include imports, use Material3, and document the code.'

Example of generating Compose code from high-fidelity mock using Gemini in Android Studio

2. Instance of producing Compose code from high-fidelity mock utilizing Gemini in Android Studio (code output)

For extra complicated UIs, refine your prompts to seize particular performance. As an example, when changing a calculator mockup, including “make the interactions and calculations work as you’d anticipate” leads to a completely purposeful calculator:

Example prompt to convert a calculator mock up

Example of generating Compose code from high-fidelity mock using Gemini in Android Studio

3. Instance of producing Compose code from wireframe by way of Gemini in Android Studio (code output)

Word: this function offers an preliminary design scaffold. It’s “first draft” and your edits and changes can be wanted. Frequent refinements embody guaranteeing appropriate drawable imports and importing icons. Think about the generated code a extremely environment friendly start line, accelerating your UI improvement workflow.

Diagram clarification and documentation

With Gemini’s multimodal capabilities, it’s also possible to attempt importing a picture of your diagram and ask for explanations or documentation.

Instance immediate: Add the Now in Android structure diagram and say “Clarify the parts and knowledge circulate on this diagram” or “Write documentation about this diagram”.

Example of generating Compose code from high-fidelity mock using Gemini in Android Studio

4. Instance of asking Gemini to assist doc the NowInAndroid structure diagram

UI troubleshooting

Leverage Gemini’s visible evaluation to determine and resolve bugs rapidly. Add a screenshot of the problematic UI, and Gemini will analyze the picture and recommend potential options. You can too embody related code snippets for extra exact help.

Within the instance under, we used Compose UI examine and located that the button is stretched too huge in pill screens, so we took a screenshot and requested Gemini for options – it was capable of leverage the window measurement courses to offer the suitable repair.

Example of generating Compose code from high-fidelity mock using Gemini in Android Studio

5. Instance of fixing UI bugs utilizing Picture Attachment (code output)

Obtain Android Studio in the present day

Obtain the most recent Android Studio canary in the present day to attempt the brand new multimodal options!

As at all times, Google is dedicated to the accountable use of AI. Android Studio will not ship any of your supply code to servers with out your consent. You possibly can learn extra on Gemini in Android Studio’s dedication to privateness.

We respect any suggestions on belongings you like or options you want to see. For those who discover a bug, please report the problem and in addition try identified points. Keep in mind to additionally comply with us on X, Medium, or YouTube for extra Android improvement updates!



New Quantum GPS Backup Is 50 Occasions Extra Exact Than State-of-the Artwork Options

0


Quantum sensors promise precision far past something doable utilizing classical know-how. Australian startup Q-CTRL has put the gadgets to work in a GPS backup that’s 50 instances higher than the present state-of-the-art.

Whereas quantum computing tends to garner probably the most headlines, there are a number of promising functions for know-how that may harness the bizarre results of quantum mechanics in areas like sensing and communication. And a giant weak spot for quantum computer systems is definitely a serious profit for quantum sensors. These methods’ sensitivity to the setting is a serious supply of error in quantum processors, but it surely additionally means quantum sensors can detect probably the most minute of adjustments in magnetic, electrical, and even gravitational fields.

Q-CTRL exploited these capabilities to create a tool that tracks tiny adjustments in Earth’s magnetic subject to find out its place. They designed the know-how to behave as a backup for GPS, which may lose sign or be intentionally jammed. In subject checks, the corporate confirmed it had a monitoring error 50 instances decrease than an inertial navigation system, the industry-standard GPS backup know-how.

“We’re thrilled to be the worldwide pioneer in taking quantum sensing from analysis to the sphere, being the primary to allow actual capabilities which have beforehand been little greater than a dream,” Q-CTRL CEO and founder Michael J. Biercuk mentioned in a press launch.

GPS jamming is a rising downside, and though most business plane have an inertial navigation system as a backup, their reliability leaves lots to be desired. These gadgets use movement sensors to trace a automobile from a identified place to begin, however errors rapidly creep in and might result in important positioning drift inside simply minutes.

Q-CTRL’s system takes a completely totally different method. A quantum magnetometer produced from trapped ions detects tiny variations within the Earth’s magnetic subject on account of adjustments within the construction of the floor beneath the plane. The gadget then compares these fluctuations to a map of the Earth’s magnetic subject to find out the automobile’s location.

The quantum sensor’s excessive sensitivity makes it doable to pinpoint location with excessive accuracy, but it surely additionally means it’s extremely prone to interference from electromagnetic radiation. To get round this, Q-CTRL mixed their {hardware} with specialised machine studying software program that acknowledges and removes magnetic noise from the sign.

To check the system, the corporate connected it to a small plane and carried out a sequence of 300-mile flights. The gadget pinpointed the airplane’s place to inside a couple of hundred yards all through the flight, in distinction to an inertial navigation system that in a short time strayed a number of miles off the true place and obtained steadily worse thereafter.

The system additionally outperformed a spread of different GPS backups, together with Doppler radar and Doppler velocity lidar by an element of 10. And in contrast to these approaches, the quantum navigation tech doesn’t emit any detectable sign, which might make it helpful in navy functions.

One limitation is that Q-CTRL’s gadget should evaluate its readings to detailed magnetic subject maps, which can not all the time be accessible, Mia Jukić on the Netherlands Group for Utilized Scientific Analysis advised New Scientist. The method all the time requires outstanding magnetic options to behave as landmarks, she added, or the navigation accuracy will endure.

Nonetheless, the know-how has caught the attention of main gamers in protection and aerospace. Q-CTRL is engaged on quantum navigation methods with the Australian Division of Protection, the US Division of Protection, the UK Royal Navy, in addition to Airbus.

Many Brokers Are Higher than One: Reworking Enterprise with AI Orchestration

0


The collaborative energy of multi-agent AI is right here and prepared to transform how companies function, search info, and make choices.

If many palms make gentle work, then think about what a community of AI brokers can obtain.

AI has already improved productiveness throughout industries, however its affect is usually restricted to remoted silos. As an illustration, consider an AI chatbot on an ecommerce website. It may possibly deal with fundamental buyer inquiries however could wrestle to carry out extra advanced duties that require cross-departmental collaboration, corresponding to offering customized suggestions, managing buyer complaints, or coordinating with different elements of the enterprise, corresponding to stock administration. This fragmented strategy not solely limits the shopper expertise but additionally makes it onerous for departments to alternate helpful info—leaving potential improvements and productiveness good points on the desk.

Enter multi-agent AI orchestration – the place a number of AI instruments, or “brokers,” work collectively seamlessly to drive higher and extra environment friendly outcomes. The transfer towards multi-agent collaboration will solely be strengthened by current breakthroughs, corresponding to DeepSeek, which have launched a brand new actuality for the effectivity, scalability, and cost-effectiveness of AI.

Think about multi-agent programs like a group of specialised staff in a manufacturing unit, every with their very own duties however all working collectively to construct a automobile. By coordinating their efforts and sharing info, they will obtain rather more and accomplish that extra effectively than working in isolation. Now, envision this collaborative energy utilized throughout numerous capabilities inside firms in each trade. That is the transformative potential of multi-agent AI orchestration.

Industries like finance, manufacturing, retail, and others stand to learn enormously from these applied sciences. By embracing multi-agent frameworks, organizations can unlock new ranges of effectivity and innovation, enhance the shopper expertise, and in the end convey services to market quicker.

Multi-Agent AI Techniques Have Arrived

Multi-agent programs are now not only a idea; they’ll quickly rework how companies function, search info, and make choices. Enterprises are transferring to them, leaning much less on siloed AI interfaces in favor of a extra collaborative strategy. A yr from now, I anticipate them to be indispensable in driving effectivity and productiveness good points.

Enterprises like biopharmaceutical firm Gilead Sciences are already harnessing these programs to remodel person engagement, increase productiveness, and obtain value financial savings. Automating routine duties and fostering seamless communication permits firms to deal with what they do finest. Within the case of Gilead, this implies their crucial work in stopping and treating life-threatening sicknesses. As soon as accomplished, the system will underpin Gilead’s international IT operations and allow key enterprise capabilities like finance and HR to speak by means of an interconnected system of brokers utilizing Giant Language Fashions.

This instance highlights the huge potential of this expertise past anybody sector. Following are three key takeaways for leaders for this new period of AI, the place multi-agents will work throughout complete companies to help people in each function, from HR and finance to advertising and gross sales:

Embrace Multi-Agent Effectivity for a Aggressive Edge

This expertise gives a strategic benefit by making a framework the place AI brokers work collectively to resolve advanced issues. By leveraging multi-agent orchestration, leaders can improve operational effectivity, positioning their organizations forward of the competitors. In manufacturing, brokers can handle the availability chain extra effectively by analyzing gross sales information and market tendencies to forecast demand, coordinating with suppliers for well timed materials supply, and monitoring stock ranges in real-time. Equally, an AI agent may also help predict gear points and coordinate with others to schedule upkeep in a manner that reduces operational interruptions.

Leverage AI to Improve Cross-Departmental Collaboration

Breaking down silos and enhancing communication throughout departments can result in extra cohesive and environment friendly operations. Within the banking sector, AI brokers can streamline operations and enhance customer support by means of coordinated efforts. For instance, an agent dealing with buyer inquiries can seamlessly switch related info to a different agent chargeable for processing transactions, making certain a clean and environment friendly buyer expertise. By implementing these programs, leaders can foster higher collaboration and drive total organizational effectivity.

Tailor AI Options to Suit your Distinctive Wants

These programs should not one-size-fits-all. They need to be tailor-made to fulfill the distinctive challenges of every firm or trade. In retail, for instance, AI brokers can improve the buying expertise by analyzing buyer buy historical past for customized suggestions and managing stock to maintain fashionable gadgets in inventory. In healthcare, these programs can help in affected person prognosis, handle medical data, and streamline appointment scheduling. Whereas the underlying expertise is analogous, its utility is far completely different. Leaders ought to work with AI and area consultants to create options that align with their targets, making certain higher worth.

The Path Ahead

Multi-agent AI programs will rework enterprise operations and innovation. By embracing these applied sciences, organizations can unlock new ranges of effectivity and deal with bringing modern options to market quicker.  For leaders, the message is obvious: the way forward for enterprise lies in harnessing the facility of multi-agent orchestration. Firms that fail to behave will fall behind.