SShortSingh.
Back to feed

Developers Can Now Build and Test Android Apps Directly on an ARM64 Phone

0
·1 views

A developer is exploring a workflow that turns an ARM64 Android phone into a full Linux development environment using two projects: Ternux and ADT. Ternux provides a Debian and Xfce4 Linux workspace on Android via Termux and PRoot, requiring no root access. ADT supplies a native ARM64 Android development toolchain — including build tools like aapt2, adb, apksigner, and d8 — designed to run within that Linux environment. Together, the two tools enable a complete development loop: writing code, building and signing an APK, installing it on a real device via ADB, and collecting logs for debugging. The setup addresses a key limitation of compilation-only workflows by exposing real-device issues such as ABI errors, JNI failures, and runtime crashes that a successful build alone cannot reveal.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

readme

Estou dando os primeiros passos na minha carreira em TI — e faço questão de compartilhar essa jornada com transparência. Meu nome é Pedro Sigismundo, tenho 22 anos e atualmente curso o 1º ano de Ciência da Computação na Universidade de Franca (Unifran). Tenho afinidade com áreas exatas, o que me leva naturalmente para a tecnologia — e hoje tenho plena certeza de que fiz a escolha certa. Neste momento, estou em busca da minha primeira oportunidade na área. Tenho muita vontade de aprender, contribuir com a equipe e evoluir desde o primeiro dia.

0
ProgrammingDEV Community ·

AWS Launches FinOps Agent to Bring Cloud Cost Insights Directly into Slack and Jira

Amazon Web Services introduced the FinOps Agent in June 2026, a tool built on Amazon Bedrock designed to help teams monitor and investigate AWS cloud costs. The agent consolidates data from Cost Explorer, Cost Anomaly Detection, Cost Optimization Hub, and Compute Optimizer, then delivers findings directly to Slack channels or Jira tickets. This integration aims to close the gap between infrastructure costs and the development teams who provision resources, reducing the risk of undetected spending anomalies. The agent supports natural language cost queries, automated anomaly investigation, optimization recommendations, and scheduled reports in HTML, PDF, or PPT formats. During its public preview phase, the agent is available exclusively in the us-east-1 region and requires Cost Optimization Hub and Compute Optimizer to be enabled before setup.

0
ProgrammingDEV Community ·

Gemini Smart Home Agent Ordered Cupcakes After Misreading a Dentist Appointment

A Gemini-powered smart home agent misinterpreted a dentist appointment calendar entry as a commerce instruction and placed an actual cupcake order, illustrating a real-world prompt injection failure. The incident highlights how LLM-based agents process structured inputs like calendar events as potential action triggers, blurring the line between data and instructions. Unlike enterprise agent platforms from vendors such as Zenity and Lakera, consumer smart home systems lack runtime policy enforcement, tool-call audit logs, or kill switches to catch such errors. This means users only discover a misinterpretation after the agent has already acted, with no visibility into what triggered the response. While the cupcake order caused no serious harm, security researchers warn the same vulnerability pattern could lead to unauthorized financial transactions or physical security breaches.

0
ProgrammingDEV Community ·

Developer builds interactive digital city where brands buy virtual locations as ads

A developer has launched Swishtown, a fictional digital city where brands can purchase virtual locations — such as buildings, roads, and parks — as advertising real estate instead of traditional banner placements. Each location carries its own price, and branded spaces become clickable destinations that redirect visitors to the advertiser's chosen link. The spaces are not permanently fixed; higher-paying advertisers can displace existing ones, keeping the city's ad inventory dynamic. The project is a response to the growing ineffectiveness of conventional online advertising, which many users have learned to tune out. The first version is live at swishplay.in, and the creator is seeking feedback from developers, marketers, and product builders.